#422E15

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

Shades of Cola #422E15

Tints of Cola #422E15

Color information

#422E15 (or 0x422E15) is unknown color: approx Cola. HEX triplet: 42, 2E and 15. RGB value is (66,46,21). Sum of RGB (Red+Green+Blue) = 66+46+21=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E15 is #BDD1EA. Grayscale: #313131. Windows color (decimal): -12440043 or 1388098. OLE color: 1388098.

HSL color Cylindrical-coordinate representation of color #422E15: hue angle of 33.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422E15 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB664621-
CMYK00.300.680.74
HSL33.33º51.72%17.06%-
HSV(B)33.33º68.18%25.88%-
XYZ3.363.171.14-
YUV49.13112.13140.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=49.62%
G=34.59%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66462100.300.680.7433.3351.7217.06
Hex422E1501E444A213411
Octal1025625036104112416421
Binary1000010101110101010111101000100100101010000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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