#423120

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

Shades of Cola #423120

Tints of Cola #423120

Color information

#423120 (or 0x423120) is unknown color: approx Cola. HEX triplet: 42, 31 and 20. RGB value is (66,49,32). Sum of RGB (Red+Green+Blue) = 66+49+32=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #423120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423120 is #BDCEDF. Grayscale: #343434. Windows color (decimal): -12439264 or 2109762. OLE color: 2109762.

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

Color convert

RGB664932-
CMYK00.260.520.74
HSL30º34.69%19.22%-
HSV(B)30º51.52%25.88%-
XYZ3.613.461.84-
YUV52.14116.63137.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=44.90%
G=33.33%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66493200.260.520.743034.6919.22
Hex42312001A344A1e2313
Octal102614003264112364323
Binary100001011000110000001101011010010010101111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423120; }

 p { color: rgb(66,49,32); }

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

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

 a { background-color: rgb(66,49,32); }

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

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

 span { border-color: rgb(66,49,32); }

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