#513932

Color #513932 Cocoa Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Bean #513932

Tints of Cocoa Bean #513932

Color information

#513932 (or 0x513932) is unknown color: approx Cocoa Bean. HEX triplet: 51, 39 and 32. RGB value is (81,57,50). Sum of RGB (Red+Green+Blue) = 81+57+50=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #513932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513932 is #AEC6CD. Grayscale: #3F3F3F. Windows color (decimal): -11454158 or 3291473. OLE color: 3291473.

HSL color Cylindrical-coordinate representation of color #513932: hue angle of 13.55º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #513932 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB815750-
CMYK00.300.380.68
HSL13.55º23.66%25.69%-
HSV(B)13.55º38.27%31.76%-
XYZ5.434.913.68-
YUV63.38120.45140.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=43.09%
G=30.32%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81575000.300.380.6813.5523.6625.69
Hex51393201E2644e181a
Octal121716203646104163032
Binary1010001111001110010011110100110100010011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513932; }

 p { color: rgb(81,57,50); }

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

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

 a { background-color: rgb(81,57,50); }

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

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

 span { border-color: rgb(81,57,50); }

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