#413225

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

Shades of Cola #413225

Tints of Cola #413225

Color information

#413225 (or 0x413225) is unknown color: approx Cola. HEX triplet: 41, 32 and 25. RGB value is (65,50,37). Sum of RGB (Red+Green+Blue) = 65+50+37=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #413225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413225 is #BECDDA. Grayscale: #353535. Windows color (decimal): -12504539 or 2437697. OLE color: 2437697.

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

Color convert

RGB655037-
CMYK00.230.430.75
HSL27.86º27.45%20%-
HSV(B)27.86º43.08%25.49%-
XYZ3.653.542.24-
YUV53118.97136.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=42.76%
G=32.89%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65503700.230.430.7527.8627.4520
Hex4132250172B4B1c1b14
Octal101624502753113343324
Binary10000011100101001010101111010111001011111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413225; }

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

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

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

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

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

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

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

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