#412D14

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

Shades of Cola #412D14

Tints of Cola #412D14

Color information

#412D14 (or 0x412D14) is unknown color: approx Cola. HEX triplet: 41, 2D and 14. RGB value is (65,45,20). Sum of RGB (Red+Green+Blue) = 65+45+20=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #412D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D14 is #BED2EB. Grayscale: #303030. Windows color (decimal): -12505836 or 1322305. OLE color: 1322305.

HSL color Cylindrical-coordinate representation of color #412D14: hue angle of 33.33º 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 #412D14 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB654520-
CMYK00.310.690.75
HSL33.33º52.94%16.67%-
HSV(B)33.33º69.23%25.49%-
XYZ3.243.051.08-
YUV48.13112.13140.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 34.62%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=50%
G=34.62%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65452000.310.690.7533.3352.9416.67
Hex412D1401F454B213511
Octal1015524037105113416521
Binary1000001101101101000111111000101100101110000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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