#513603

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

Shades of Baker's Chocolate #513603

Tints of Baker's Chocolate #513603

Color information

#513603 (or 0x513603) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 36 and 03. RGB value is (81,54,3). Sum of RGB (Red+Green+Blue) = 81+54+3=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #513603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513603 is #AEC9FC. Grayscale: #383838. Windows color (decimal): -11454973 or 210513. OLE color: 210513.

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

Color convert

RGB81543-
CMYK00.330.960.68
HSL39.23º92.86%16.47%-
HSV(B)39.23º96.3%31.76%-
XYZ4.734.390.69-
YUV56.2697.95145.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=58.70%
G=39.13%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8154300.330.960.6839.2392.8616.47
Hex513630216044275d10
Octal1216630411401044713520
Binary101000111011011010000111000001000100100111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513603; }

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

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

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

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

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

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

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

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