#442C09

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

Shades of Clinker #442C09

Tints of Clinker #442C09

Color information

#442C09 (or 0x442C09) is unknown color: approx Clinker. HEX triplet: 44, 2C and 09. RGB value is (68,44,9). Sum of RGB (Red+Green+Blue) = 68+44+9=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #442C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C09 is #BBD3F6. Grayscale: #2F2F2F. Windows color (decimal): -12309495 or 601156. OLE color: 601156.

HSL color Cylindrical-coordinate representation of color #442C09: hue angle of 35.59º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #442C09 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB68449-
CMYK00.350.870.73
HSL35.59º76.62%15.1%-
HSV(B)35.59º86.76%26.67%-
XYZ3.333.050.67-
YUV47.19106.45142.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.20%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 9 (3.91% from 255) = 7.44%
R=56.20%
G=36.36%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6844900.350.870.7335.5976.6215.1
Hex442C90235749244df
Octal10454110431271114411517
Binary1000100101100100101000111010111100100110010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,44,9); }

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

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

 a { background-color: rgb(68,44,9); }

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

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

 span { border-color: rgb(68,44,9); }

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