#513008

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

Shades of Baker's Chocolate #513008

Tints of Baker's Chocolate #513008

Color information

#513008 (or 0x513008) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 30 and 08. RGB value is (81,48,8). Sum of RGB (Red+Green+Blue) = 81+48+8=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #513008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513008 is #AECFF7. Grayscale: #353535. Windows color (decimal): -11456504 or 536657. OLE color: 536657.

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

Color convert

RGB81488-
CMYK00.410.900.68
HSL32.88º82.02%17.45%-
HSV(B)32.88º90.12%31.76%-
XYZ4.493.880.74-
YUV53.31102.43147.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=59.12%
G=35.04%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8148800.410.900.6832.8882.0217.45
Hex513080295A44215211
Octal12160100511321044112221
Binary10100011100001000010100110110101000100100001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513008; }

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

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

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

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

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

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

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

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