#422F1A

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

Shades of Cola #422F1A

Tints of Cola #422F1A

Color information

#422F1A (or 0x422F1A) is unknown color: approx Cola. HEX triplet: 42, 2F and 1A. RGB value is (66,47,26). Sum of RGB (Red+Green+Blue) = 66+47+26=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #422F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F1A is #BDD0E5. Grayscale: #323232. Windows color (decimal): -12439782 or 1716034. OLE color: 1716034.

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

Color convert

RGB664726-
CMYK00.290.610.74
HSL31.5º43.48%18.04%-
HSV(B)31.5º60.61%25.88%-
XYZ3.453.271.43-
YUV50.29114.29139.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=47.48%
G=33.81%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66472600.290.610.7431.543.4818.04
Hex422F1A01D3D4A1f2b12
Octal102573203575112375322
Binary10000101011111101001110111110110010101111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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