#422D0F

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

Shades of Clinker #422D0F

Tints of Clinker #422D0F

Color information

#422D0F (or 0x422D0F) is unknown color: approx Clinker. HEX triplet: 42, 2D and 0F. RGB value is (66,45,15). Sum of RGB (Red+Green+Blue) = 66+45+15=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #422D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D0F is #BDD2F0. Grayscale: #2F2F2F. Windows color (decimal): -12440305 or 994626. OLE color: 994626.

HSL color Cylindrical-coordinate representation of color #422D0F: hue angle of 35.29º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422D0F is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB664515-
CMYK00.320.770.74
HSL35.29º62.96%15.88%-
HSV(B)35.29º77.27%25.88%-
XYZ3.273.070.87-
YUV47.86109.46140.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.38%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=52.38%
G=35.71%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66451500.320.770.7435.2962.9615.88
Hex422DF0204D4A233f10
Octal1025517040115112437720
Binary1000010101101111101000001001101100101010001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422D0F; }

 p { color: rgb(66,45,15); }

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

<style>
 a { background-color: #422D0F; }

 a { background-color: rgb(66,45,15); }

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

<style>
 span { border-color: #422D0F; }

 span { border-color: rgb(66,45,15); }

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