#413224

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

Shades of Cola #413224

Tints of Cola #413224

Color information

#413224 (or 0x413224) is unknown color: approx Cola. HEX triplet: 41, 32 and 24. RGB value is (65,50,36). Sum of RGB (Red+Green+Blue) = 65+50+36=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #413224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413224 is #BECDDB. Grayscale: #343434. Windows color (decimal): -12504540 or 2372161. OLE color: 2372161.

HSL color Cylindrical-coordinate representation of color #413224: hue angle of 28.97º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413224 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB655036-
CMYK00.230.450.75
HSL28.97º28.71%19.8%-
HSV(B)28.97º44.62%25.49%-
XYZ3.643.532.16-
YUV52.89118.47136.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=43.05%
G=33.11%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65503600.230.450.7528.9728.7119.8
Hex4132240172D4B1d1d14
Octal101624402755113353524
Binary10000011100101001000101111011011001011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413224; }

 p { color: rgb(65,50,36); }

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

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

 a { background-color: rgb(65,50,36); }

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

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

 span { border-color: rgb(65,50,36); }

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