#412E17

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

Shades of Cola #412E17

Tints of Cola #412E17

Color information

#412E17 (or 0x412E17) is unknown color: approx Cola. HEX triplet: 41, 2E and 17. RGB value is (65,46,23). Sum of RGB (Red+Green+Blue) = 65+46+23=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E17 is #BED1E8. Grayscale: #313131. Windows color (decimal): -12505577 or 1519169. OLE color: 1519169.

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

Color convert

RGB654623-
CMYK00.290.650.75
HSL32.86º47.73%17.25%-
HSV(B)32.86º64.62%25.49%-
XYZ3.313.141.24-
YUV49.06113.29139.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 23 (9.38% from 255) = 17.16%
R=48.51%
G=34.33%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65462300.290.650.7532.8647.7317.25
Hex412E1701D414B213011
Octal1015627035101113416021
Binary1000001101110101110111011000001100101110000111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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