#413222

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

Shades of Cola #413222

Tints of Cola #413222

Color information

#413222 (or 0x413222) is unknown color: approx Cola. HEX triplet: 41, 32 and 22. RGB value is (65,50,34). Sum of RGB (Red+Green+Blue) = 65+50+34=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #413222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413222 is #BECDDD. Grayscale: #343434. Windows color (decimal): -12504542 or 2241089. OLE color: 2241089.

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

Color convert

RGB655034-
CMYK00.230.480.75
HSL30.97º31.31%19.41%-
HSV(B)30.97º47.69%25.49%-
XYZ3.613.522-
YUV52.66117.47136.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 34 (13.67% from 255) = 22.82%
R=43.62%
G=33.56%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65503400.230.480.7530.9731.3119.41
Hex413222017304B1f1f13
Octal101624202760113373723
Binary10000011100101000100101111100001001011111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413222; }

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

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

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

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

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

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

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

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