#422F16

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

Shades of Clinker #422F16

Tints of Clinker #422F16

Color information

#422F16 (or 0x422F16) is unknown color: approx Clinker. HEX triplet: 42, 2F and 16. RGB value is (66,47,22). Sum of RGB (Red+Green+Blue) = 66+47+22=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #422F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422F16 is #BDD0E9. Grayscale: #313131. Windows color (decimal): -12439786 or 1453890. OLE color: 1453890.

HSL color Cylindrical-coordinate representation of color #422F16: hue angle of 34.09º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422F16 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB664722-
CMYK00.290.670.74
HSL34.09º50%17.25%-
HSV(B)34.09º66.67%25.88%-
XYZ3.413.251.21-
YUV49.83112.29139.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=48.89%
G=34.81%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66472200.290.670.7434.095017.25
Hex422F1601D434A223211
Octal1025726035103112426221
Binary1000010101111101100111011000011100101010001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,47,22); }

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

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

 a { background-color: rgb(66,47,22); }

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

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

 span { border-color: rgb(66,47,22); }

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