#513702

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

Shades of Baker's Chocolate #513702

Tints of Baker's Chocolate #513702

Color information

#513702 (or 0x513702) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 37 and 02. RGB value is (81,55,2). Sum of RGB (Red+Green+Blue) = 81+55+2=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #513702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513702 is #AEC8FD. Grayscale: #383838. Windows color (decimal): -11454718 or 145233. OLE color: 145233.

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

Color convert

RGB81552-
CMYK00.320.980.68
HSL40.25º95.18%16.27%-
HSV(B)40.25º97.53%31.76%-
XYZ4.774.490.67-
YUV56.7397.11145.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=58.70%
G=39.86%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8155200.320.980.6840.2595.1816.27
Hex513720206244285f10
Octal1216720401421045013720
Binary101000111011110010000011000101000100101000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513702; }

 p { color: rgb(81,55,2); }

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

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

 a { background-color: rgb(81,55,2); }

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

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

 span { border-color: rgb(81,55,2); }

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