#513712

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

Shades of Baker's Chocolate #513712

Tints of Baker's Chocolate #513712

Color information

#513712 (or 0x513712) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 37 and 12. RGB value is (81,55,18). Sum of RGB (Red+Green+Blue) = 81+55+18=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513712 is #AEC8ED. Grayscale: #3A3A3A. Windows color (decimal): -11454702 or 1193809. OLE color: 1193809.

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

Color convert

RGB815518-
CMYK00.320.780.68
HSL35.24º63.64%19.41%-
HSV(B)35.24º77.78%31.76%-
XYZ4.874.531.19-
YUV58.56105.11144.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=52.60%
G=35.71%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81551800.320.780.6835.2463.6419.41
Hex5137120204E44234013
Octal12167220401161044310023
Binary101000111011110010010000010011101000100100011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513712; }

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

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

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

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

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

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

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

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