#513731

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

Shades of Cocoa Bean #513731

Tints of Cocoa Bean #513731

Color information

#513731 (or 0x513731) is unknown color: approx Cocoa Bean. HEX triplet: 51, 37 and 31. RGB value is (81,55,49). Sum of RGB (Red+Green+Blue) = 81+55+49=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #513731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513731 is #AEC8CE. Grayscale: #3E3E3E. Windows color (decimal): -11454671 or 3225425. OLE color: 3225425.

HSL color Cylindrical-coordinate representation of color #513731: hue angle of 11.25º 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 #513731 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB815549-
CMYK00.320.400.68
HSL11.25º24.62%25.49%-
HSV(B)11.25º39.51%31.76%-
XYZ5.314.73.53-
YUV62.09120.61141.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=43.78%
G=29.73%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81554900.320.400.6811.2524.6225.49
Hex5137310202844b1919
Octal121676104050104133131
Binary10100011101111100010100000101000100010010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513731; }

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

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

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

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

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

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

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

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