#412E15

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

Shades of Cola #412E15

Tints of Cola #412E15

Color information

#412E15 (or 0x412E15) is unknown color: approx Cola. HEX triplet: 41, 2E and 15. RGB value is (65,46,21). Sum of RGB (Red+Green+Blue) = 65+46+21=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #412E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E15 is #BED1EA. Grayscale: #303030. Windows color (decimal): -12505579 or 1388097. OLE color: 1388097.

HSL color Cylindrical-coordinate representation of color #412E15: hue angle of 34.09º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412E15 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB654621-
CMYK00.290.680.75
HSL34.09º51.16%16.86%-
HSV(B)34.09º67.69%25.49%-
XYZ3.293.131.14-
YUV48.83112.29139.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=49.24%
G=34.85%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65462100.290.680.7534.0951.1616.86
Hex412E1501D444B223311
Octal1015625035104113426321
Binary1000001101110101010111011000100100101110001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,46,21); }

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

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

 a { background-color: rgb(65,46,21); }

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

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

 span { border-color: rgb(65,46,21); }

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