#412E14

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

Shades of Cola #412E14

Tints of Cola #412E14

Color information

#412E14 (or 0x412E14) is unknown color: approx Cola. HEX triplet: 41, 2E and 14. RGB value is (65,46,20). Sum of RGB (Red+Green+Blue) = 65+46+20=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #412E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E14 is #BED1EB. Grayscale: #303030. Windows color (decimal): -12505580 or 1322561. OLE color: 1322561.

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

Color convert

RGB654620-
CMYK00.290.690.75
HSL34.67º52.94%16.67%-
HSV(B)34.67º69.23%25.49%-
XYZ3.283.131.09-
YUV48.72111.79139.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=49.62%
G=35.11%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65462000.290.690.7534.6752.9416.67
Hex412E1401D454B233511
Octal1015624035105113436521
Binary1000001101110101000111011000101100101110001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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