#413223

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

Shades of Cola #413223

Tints of Cola #413223

Color information

#413223 (or 0x413223) is unknown color: approx Cola. HEX triplet: 41, 32 and 23. RGB value is (65,50,35). Sum of RGB (Red+Green+Blue) = 65+50+35=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #413223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413223 is #BECDDC. Grayscale: #343434. Windows color (decimal): -12504541 or 2306625. OLE color: 2306625.

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

Color convert

RGB655035-
CMYK00.230.460.75
HSL30º30%19.61%-
HSV(B)30º46.15%25.49%-
XYZ3.623.532.08-
YUV52.78117.97136.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=43.33%
G=33.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65503500.230.460.75303019.61
Hex4132230172E4B1e1e14
Octal101624302756113363624
Binary10000011100101000110101111011101001011111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413223; }

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

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

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

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

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

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

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

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