#442F19

Color #442F19 Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #442F19

Tints of Clinker #442F19

Color information

#442F19 (or 0x442F19) is unknown color: approx Clinker. HEX triplet: 44, 2F and 19. RGB value is (68,47,25). Sum of RGB (Red+Green+Blue) = 68+47+25=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F19 is #BBD0E6. Grayscale: #323232. Windows color (decimal): -12308711 or 1650500. OLE color: 1650500.

HSL color Cylindrical-coordinate representation of color #442F19: hue angle of 30.7º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #442F19 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB684725-
CMYK00.310.630.73
HSL30.7º46.24%18.24%-
HSV(B)30.7º63.24%26.67%-
XYZ3.583.331.37-
YUV50.77113.46140.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=48.57%
G=33.57%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68472500.310.630.7330.746.2418.24
Hex442F1901F3F491f2e12
Octal104573103777111375622
Binary10001001011111100101111111111110010011111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442F19; }

 p { color: rgb(68,47,25); }

 H1.HeaderClassName
 {
   color: #442F19;
 }
 .AnyTagClassName
 {
   color: #442F19;
 }
</style>
background-color css

<style>
 a { background-color: #442F19; }

 a { background-color: rgb(68,47,25); }

 div.DivClassName
 {
   background-color: #442F19;
 }
 .BgClassName
 {
   background-color: #442F19;
 }
</style>
border-color css

<style>
 span { border-color: #442F19; }

 span { border-color: rgb(68,47,25); }

 td.TdClassName
 {
   border-color: #442F19;
 }
 .TagClassName
 {
   border-color: #442F19;
 }
</style>