#413020

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

Shades of Cola #413020

Tints of Cola #413020

Color information

#413020 (or 0x413020) is unknown color: approx Cola. HEX triplet: 41, 30 and 20. RGB value is (65,48,32). Sum of RGB (Red+Green+Blue) = 65+48+32=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #413020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413020 is #BECFDF. Grayscale: #333333. Windows color (decimal): -12505056 or 2109505. OLE color: 2109505.

HSL color Cylindrical-coordinate representation of color #413020: hue angle of 29.09º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413020 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB654832-
CMYK00.260.510.75
HSL29.09º34.02%19.02%-
HSV(B)29.09º50.77%25.49%-
XYZ3.53.341.83-
YUV51.26117.13137.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=44.83%
G=33.10%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65483200.260.510.7529.0934.0219.02
Hex41302001A334B1d2213
Octal101604003263113354223
Binary100000111000010000001101011001110010111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413020; }

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

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

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

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

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

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

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

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