#513106

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

Shades of Baker's Chocolate #513106

Tints of Baker's Chocolate #513106

Color information

#513106 (or 0x513106) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 31 and 06. RGB value is (81,49,6). Sum of RGB (Red+Green+Blue) = 81+49+6=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #513106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513106 is #AECEF9. Grayscale: #353535. Windows color (decimal): -11456250 or 405841. OLE color: 405841.

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

Color convert

RGB81496-
CMYK00.400.930.68
HSL34.4º86.21%17.06%-
HSV(B)34.4º92.59%31.76%-
XYZ4.523.960.7-
YUV53.67101.1147.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=59.56%
G=36.03%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8149600.400.930.6834.486.2117.06
Hex513160285D44225611
Octal1216160501351044212621
Binary1010001110001110010100010111011000100100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513106; }

 p { color: rgb(81,49,6); }

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

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

 a { background-color: rgb(81,49,6); }

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

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

 span { border-color: rgb(81,49,6); }

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