#412D17

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

Shades of Cola #412D17

Tints of Cola #412D17

Color information

#412D17 (or 0x412D17) is unknown color: approx Cola. HEX triplet: 41, 2D and 17. RGB value is (65,45,23). Sum of RGB (Red+Green+Blue) = 65+45+23=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #412D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D17 is #BED2E8. Grayscale: #303030. Windows color (decimal): -12505833 or 1518913. OLE color: 1518913.

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

Color convert

RGB654523-
CMYK00.310.650.75
HSL31.43º47.73%17.25%-
HSV(B)31.43º64.62%25.49%-
XYZ3.273.061.23-
YUV48.47113.63139.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=48.87%
G=33.83%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65452300.310.650.7531.4347.7317.25
Hex412D1701F414B1f3011
Octal1015527037101113376021
Binary100000110110110111011111100000110010111111111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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