#513903

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

Shades of Baker's Chocolate #513903

Tints of Baker's Chocolate #513903

Color information

#513903 (or 0x513903) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 39 and 03. RGB value is (81,57,3). Sum of RGB (Red+Green+Blue) = 81+57+3=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #513903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513903 is #AEC6FC. Grayscale: #3A3A3A. Windows color (decimal): -11454205 or 211281. OLE color: 211281.

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

Color convert

RGB81573-
CMYK00.300.960.68
HSL41.54º92.86%16.47%-
HSV(B)41.54º96.3%31.76%-
XYZ4.874.680.73-
YUV58.0296.95144.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.45%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=57.45%
G=40.43%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8157300.300.960.6841.5492.8616.47
Hex5139301E60442a5d10
Octal1217130361401045213520
Binary10100011110011101111011000001000100101010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513903; }

 p { color: rgb(81,57,3); }

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

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

 a { background-color: rgb(81,57,3); }

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

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

 span { border-color: rgb(81,57,3); }

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