#513708

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

Shades of Baker's Chocolate #513708

Tints of Baker's Chocolate #513708

Color information

#513708 (or 0x513708) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 37 and 08. RGB value is (81,55,8). Sum of RGB (Red+Green+Blue) = 81+55+8=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #513708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513708 is #AEC8F7. Grayscale: #393939. Windows color (decimal): -11454712 or 538449. OLE color: 538449.

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

Color convert

RGB81558-
CMYK00.320.900.68
HSL38.63º82.02%17.45%-
HSV(B)38.63º90.12%31.76%-
XYZ4.84.50.85-
YUV57.42100.11144.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=56.25%
G=38.19%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8155800.320.900.6838.6382.0217.45
Hex513780205A44275211
Octal12167100401321044712221
Binary10100011101111000010000010110101000100100111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513708; }

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

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

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

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

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

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

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

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