#412F20

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

Shades of Cola #412F20

Tints of Cola #412F20

Color information

#412F20 (or 0x412F20) is unknown color: approx Cola. HEX triplet: 41, 2F and 20. RGB value is (65,47,32). Sum of RGB (Red+Green+Blue) = 65+47+32=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #412F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F20 is #BED0DF. Grayscale: #323232. Windows color (decimal): -12505312 or 2109249. OLE color: 2109249.

HSL color Cylindrical-coordinate representation of color #412F20: hue angle of 27.27º 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 #412F20 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB654732-
CMYK00.280.510.75
HSL27.27º34.02%19.02%-
HSV(B)27.27º50.77%25.49%-
XYZ3.463.261.81-
YUV50.67117.46138.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 47 (18.75% from 255) = 32.64%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=45.14%
G=32.64%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65473200.280.510.7527.2734.0219.02
Hex412F2001C334B1b2213
Octal101574003463113334223
Binary100000110111110000001110011001110010111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412F20; }

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

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

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

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

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

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

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

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