#422F14

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

Shades of Clinker #422F14

Tints of Clinker #422F14

Color information

#422F14 (or 0x422F14) is unknown color: approx Clinker. HEX triplet: 42, 2F and 14. RGB value is (66,47,20). Sum of RGB (Red+Green+Blue) = 66+47+20=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422F14 is #BDD0EB. Grayscale: #313131. Windows color (decimal): -12439788 or 1322818. OLE color: 1322818.

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

Color convert

RGB664720-
CMYK00.290.700.74
HSL35.22º53.49%16.86%-
HSV(B)35.22º69.7%25.88%-
XYZ3.393.241.11-
YUV49.6111.29139.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=49.62%
G=35.34%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66472000.290.700.7435.2253.4916.86
Hex422F1401D464A233511
Octal1025724035106112436521
Binary1000010101111101000111011000110100101010001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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