#422F1B

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

Shades of Cola #422F1B

Tints of Cola #422F1B

Color information

#422F1B (or 0x422F1B) is unknown color: approx Cola. HEX triplet: 42, 2F and 1B. RGB value is (66,47,27). Sum of RGB (Red+Green+Blue) = 66+47+27=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #422F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F1B is #BDD0E4. Grayscale: #323232. Windows color (decimal): -12439781 or 1781570. OLE color: 1781570.

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

Color convert

RGB664727-
CMYK00.290.590.74
HSL30.77º41.94%18.24%-
HSV(B)30.77º59.09%25.88%-
XYZ3.463.271.49-
YUV50.4114.79139.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=47.14%
G=33.57%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66472700.290.590.7430.7741.9418.24
Hex422F1B01D3B4A1f2a12
Octal102573303573112375222
Binary10000101011111101101110111101110010101111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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