#513931

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

Shades of Cocoa Bean #513931

Tints of Cocoa Bean #513931

Color information

#513931 (or 0x513931) is unknown color: approx Cocoa Bean. HEX triplet: 51, 39 and 31. RGB value is (81,57,49). Sum of RGB (Red+Green+Blue) = 81+57+49=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513931 is #AEC6CE. Grayscale: #3F3F3F. Windows color (decimal): -11454159 or 3225937. OLE color: 3225937.

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

Color convert

RGB815749-
CMYK00.300.400.68
HSL15º24.62%25.49%-
HSV(B)15º39.51%31.76%-
XYZ5.414.93.57-
YUV63.26119.95140.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=43.32%
G=30.48%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81574900.300.400.681524.6225.49
Hex51393101E2844f1919
Octal121716103650104173131
Binary1010001111001110001011110101000100010011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513931; }

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

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

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

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

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

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

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

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