#422E1A

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

Shades of Cola #422E1A

Tints of Cola #422E1A

Color information

#422E1A (or 0x422E1A) is unknown color: approx Cola. HEX triplet: 42, 2E and 1A. RGB value is (66,46,26). Sum of RGB (Red+Green+Blue) = 66+46+26=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #422E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E1A is #BDD1E5. Grayscale: #313131. Windows color (decimal): -12440038 or 1715778. OLE color: 1715778.

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

Color convert

RGB664626-
CMYK00.300.610.74
HSL30º43.48%18.04%-
HSV(B)30º60.61%25.88%-
XYZ3.413.191.41-
YUV49.7114.63139.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 46 (18.36% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=47.83%
G=33.33%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66462600.300.610.743043.4818.04
Hex422E1A01E3D4A1e2b12
Octal102563203675112365322
Binary10000101011101101001111011110110010101111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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