#513300

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

Shades of Baker's Chocolate #513300

Tints of Baker's Chocolate #513300

Color information

#513300 (or 0x513300) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 33 and 00. RGB value is (81,51,0). Sum of RGB (Red+Green+Blue) = 81+51+0=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #513300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513300 is #AECCFF. Grayscale: #363636. Windows color (decimal): -11455744 or 13137. OLE color: 13137.

HSL color Cylindrical-coordinate representation of color #513300: hue angle of 37.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #513300 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB81510-
CMYK00.3710.68
HSL37.78º100%15.88%-
HSV(B)37.78º100%31.76%-
XYZ4.584.120.55-
YUV54.1697.44147.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.36%
G=38.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8151000.3710.6837.7810015.88
Hex513300256444266410
Octal1216300451441044614420
Binary10100011100110010010111001001000100100110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513300; }

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

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

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

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

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

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

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

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