#422D14

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

Shades of Cola #422D14

Tints of Cola #422D14

Color information

#422D14 (or 0x422D14) is unknown color: approx Cola. HEX triplet: 42, 2D and 14. RGB value is (66,45,20). Sum of RGB (Red+Green+Blue) = 66+45+20=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #422D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D14 is #BDD2EB. Grayscale: #303030. Windows color (decimal): -12440300 or 1322306. OLE color: 1322306.

HSL color Cylindrical-coordinate representation of color #422D14: hue angle of 32.61º 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 #422D14 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB664520-
CMYK00.320.700.74
HSL32.61º53.49%16.86%-
HSV(B)32.61º69.7%25.88%-
XYZ3.313.091.08-
YUV48.43111.96140.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=50.38%
G=34.35%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66452000.320.700.7432.6153.4916.86
Hex422D14020464A213511
Octal1025524040106112416521
Binary10000101011011010001000001000110100101010000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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