#423020

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

Shades of Cola #423020

Tints of Cola #423020

Color information

#423020 (or 0x423020) is unknown color: approx Cola. HEX triplet: 42, 30 and 20. RGB value is (66,48,32). Sum of RGB (Red+Green+Blue) = 66+48+32=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #423020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423020 is #BDCFDF. Grayscale: #333333. Windows color (decimal): -12439520 or 2109506. OLE color: 2109506.

HSL color Cylindrical-coordinate representation of color #423020: hue angle of 28.24º 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 #423020 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB664832-
CMYK00.270.520.74
HSL28.24º34.69%19.22%-
HSV(B)28.24º51.52%25.88%-
XYZ3.563.381.83-
YUV51.56116.96138.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=45.21%
G=32.88%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66483200.270.520.7428.2434.6919.22
Hex42302001B344A1c2313
Octal102604003364112344323
Binary100001011000010000001101111010010010101110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423020; }

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

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

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

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

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

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

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

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