#512D08

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

Shades of Baker's Chocolate #512D08

Tints of Baker's Chocolate #512D08

Color information

#512D08 (or 0x512D08) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2D and 08. RGB value is (81,45,8). Sum of RGB (Red+Green+Blue) = 81+45+8=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #512D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D08 is #AED2F7. Grayscale: #333333. Windows color (decimal): -11457272 or 535889. OLE color: 535889.

HSL color Cylindrical-coordinate representation of color #512D08: hue angle of 30.41º 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 #512D08 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB81458-
CMYK00.440.900.68
HSL30.41º82.02%17.45%-
HSV(B)30.41º90.12%31.76%-
XYZ4.383.640.7-
YUV51.55103.43149.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 8 (3.52% from 255) = 5.97%
R=60.45%
G=33.58%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8145800.440.900.6830.4182.0217.45
Hex512D802C5A441e5211
Octal12155100541321043612221
Binary1010001101101100001011001011010100010011110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512D08; }

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

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

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

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

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

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

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

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