#513201

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

Shades of Baker's Chocolate #513201

Tints of Baker's Chocolate #513201

Color information

#513201 (or 0x513201) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 32 and 01. RGB value is (81,50,1). Sum of RGB (Red+Green+Blue) = 81+50+1=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #513201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513201 is #AECDFE. Grayscale: #353535. Windows color (decimal): -11455999 or 78417. OLE color: 78417.

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

Color convert

RGB81501-
CMYK00.380.990.68
HSL36.75º97.56%16.08%-
HSV(B)36.75º98.77%31.76%-
XYZ4.544.030.57-
YUV53.6898.27147.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=61.36%
G=37.88%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8150100.380.990.6836.7597.5616.08
Hex513210266344256210
Octal1216210461431044514220
Binary10100011100101010011011000111000100100101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513201; }

 p { color: rgb(81,50,1); }

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

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

 a { background-color: rgb(81,50,1); }

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

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

 span { border-color: rgb(81,50,1); }

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