#513707

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

Shades of Baker's Chocolate #513707

Tints of Baker's Chocolate #513707

Color information

#513707 (or 0x513707) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 37 and 07. RGB value is (81,55,7). Sum of RGB (Red+Green+Blue) = 81+55+7=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #513707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513707 is #AEC8F8. Grayscale: #393939. Windows color (decimal): -11454713 or 472913. OLE color: 472913.

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

Color convert

RGB81557-
CMYK00.320.910.68
HSL38.92º84.09%17.25%-
HSV(B)38.92º91.36%31.76%-
XYZ4.84.50.82-
YUV57.399.61144.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 55 (21.88% from 255) = 38.46%
BLUE value IS 7 (3.12% from 255) = 4.90%
R=56.64%
G=38.46%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8155700.320.910.6838.9284.0917.25
Hex513770205B44275411
Octal1216770401331044712421
Binary1010001110111111010000010110111000100100111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513707; }

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

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

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

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

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

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

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

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