#412E1A

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

Shades of Cola #412E1A

Tints of Cola #412E1A

Color information

#412E1A (or 0x412E1A) is unknown color: approx Cola. HEX triplet: 41, 2E and 1A. RGB value is (65,46,26). Sum of RGB (Red+Green+Blue) = 65+46+26=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E1A is #BED1E5. Grayscale: #313131. Windows color (decimal): -12505574 or 1715777. OLE color: 1715777.

HSL color Cylindrical-coordinate representation of color #412E1A: hue angle of 30.77º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412E1A is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB654626-
CMYK00.290.600.75
HSL30.77º42.86%17.84%-
HSV(B)30.77º60%25.49%-
XYZ3.343.151.41-
YUV49.4114.79139.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=47.45%
G=33.58%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65462600.290.600.7530.7742.8617.84
Hex412E1A01D3C4B1f2b12
Octal101563203574113375322
Binary10000011011101101001110111110010010111111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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