#513734

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

Shades of Cocoa Bean #513734

Tints of Cocoa Bean #513734

Color information

#513734 (or 0x513734) is unknown color: approx Cocoa Bean. HEX triplet: 51, 37 and 34. RGB value is (81,55,52). Sum of RGB (Red+Green+Blue) = 81+55+52=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #513734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513734 is #AEC8CB. Grayscale: #3E3E3E. Windows color (decimal): -11454668 or 3422033. OLE color: 3422033.

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

Color convert

RGB815552-
CMYK00.320.360.68
HSL6.21º21.8%26.08%-
HSV(B)6.21º35.8%31.76%-
XYZ5.384.733.88-
YUV62.43122.11141.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=43.09%
G=29.26%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81555200.320.360.686.2121.826.08
Hex51373402024446161a
Octal12167640404410462632
Binary1010001110111110100010000010010010001001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513734; }

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

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

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

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

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

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

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

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