#512908

Color #512908 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #512908

Tints of Baker's Chocolate #512908

Color information

#512908 (or 0x512908) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 29 and 08. RGB value is (81,41,8). Sum of RGB (Red+Green+Blue) = 81+41+8=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #512908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512908 is #AED6F7. Grayscale: #313131. Windows color (decimal): -11458296 or 534865. OLE color: 534865.

HSL color Cylindrical-coordinate representation of color #512908: hue angle of 27.12º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #512908 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB81418-
CMYK00.490.900.68
HSL27.12º82.02%17.45%-
HSV(B)27.12º90.12%31.76%-
XYZ4.233.350.65-
YUV49.2104.75150.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.31%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 8 (3.52% from 255) = 6.15%
R=62.31%
G=31.54%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8141800.490.900.6827.1282.0217.45
Hex512980315A441b5211
Octal12151100611321043312221
Binary1010001101001100001100011011010100010011011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512908; }

 p { color: rgb(81,41,8); }

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

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

 a { background-color: rgb(81,41,8); }

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

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

 span { border-color: rgb(81,41,8); }

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