#513308

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

Shades of Baker's Chocolate #513308

Tints of Baker's Chocolate #513308

Color information

#513308 (or 0x513308) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 33 and 08. RGB value is (81,51,8). Sum of RGB (Red+Green+Blue) = 81+51+8=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #513308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513308 is #AECCF7. Grayscale: #373737. Windows color (decimal): -11455736 or 537425. OLE color: 537425.

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

Color convert

RGB81518-
CMYK00.370.900.68
HSL35.34º82.02%17.45%-
HSV(B)35.34º90.12%31.76%-
XYZ4.624.130.78-
YUV55.07101.44146.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 8 (3.52% from 255) = 5.71%
R=57.86%
G=36.43%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8151800.370.900.6835.3482.0217.45
Hex513380255A44235211
Octal12163100451321044312221
Binary10100011100111000010010110110101000100100011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513308; }

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

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

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

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

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

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

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

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