#422E16

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

Shades of Cola #422E16

Tints of Cola #422E16

Color information

#422E16 (or 0x422E16) is unknown color: approx Cola. HEX triplet: 42, 2E and 16. RGB value is (66,46,22). Sum of RGB (Red+Green+Blue) = 66+46+22=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #422E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E16 is #BDD1E9. Grayscale: #313131. Windows color (decimal): -12440042 or 1453634. OLE color: 1453634.

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

Color convert

RGB664622-
CMYK00.300.670.74
HSL32.73º50%17.25%-
HSV(B)32.73º66.67%25.88%-
XYZ3.373.171.19-
YUV49.24112.63139.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=49.25%
G=34.33%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66462200.300.670.7432.735017.25
Hex422E1601E434A213211
Octal1025626036103112416221
Binary1000010101110101100111101000011100101010000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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