#412D10

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

Shades of Cola #412D10

Tints of Cola #412D10

Color information

#412D10 (or 0x412D10) is unknown color: approx Cola. HEX triplet: 41, 2D and 10. RGB value is (65,45,16). Sum of RGB (Red+Green+Blue) = 65+45+16=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #412D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D10 is #BED2EF. Grayscale: #2F2F2F. Windows color (decimal): -12505840 or 1060161. OLE color: 1060161.

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

Color convert

RGB654516-
CMYK00.310.750.75
HSL35.51º60.49%15.88%-
HSV(B)35.51º75.38%25.49%-
XYZ3.213.040.91-
YUV47.67110.13140.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=51.59%
G=35.71%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65451600.310.750.7535.5160.4915.88
Hex412D1001F4B4B243c10
Octal1015520037113113447420
Binary1000001101101100000111111001011100101110010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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