#442D09

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

Shades of Clinker #442D09

Tints of Clinker #442D09

Color information

#442D09 (or 0x442D09) is unknown color: approx Clinker. HEX triplet: 44, 2D and 09. RGB value is (68,45,9). Sum of RGB (Red+Green+Blue) = 68+45+9=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #442D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D09 is #BBD2F6. Grayscale: #2F2F2F. Windows color (decimal): -12309239 or 601412. OLE color: 601412.

HSL color Cylindrical-coordinate representation of color #442D09: hue angle of 36.61º 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 #442D09 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB68459-
CMYK00.340.870.73
HSL36.61º76.62%15.1%-
HSV(B)36.61º86.76%26.67%-
XYZ3.373.130.68-
YUV47.77106.12142.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.74%
GREEN value IS 45 (17.97% from 255) = 36.89%
BLUE value IS 9 (3.91% from 255) = 7.38%
R=55.74%
G=36.89%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6845900.340.870.7336.6176.6215.1
Hex442D90225749254df
Octal10455110421271114511517
Binary1000100101101100101000101010111100100110010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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