#412E1C

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

Shades of Cola #412E1C

Tints of Cola #412E1C

Color information

#412E1C (or 0x412E1C) is unknown color: approx Cola. HEX triplet: 41, 2E and 1C. RGB value is (65,46,28). Sum of RGB (Red+Green+Blue) = 65+46+28=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #412E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E1C is #BED1E3. Grayscale: #313131. Windows color (decimal): -12505572 or 1846849. OLE color: 1846849.

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

Color convert

RGB654628-
CMYK00.290.570.75
HSL29.19º39.78%18.24%-
HSV(B)29.19º56.92%25.49%-
XYZ3.373.161.53-
YUV49.63115.79138.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=46.76%
G=33.09%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65462800.290.570.7529.1939.7818.24
Hex412E1C01D394B1d2812
Octal101563403571113355022
Binary10000011011101110001110111100110010111110110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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