#513632

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

Shades of Cocoa Bean #513632

Tints of Cocoa Bean #513632

Color information

#513632 (or 0x513632) is unknown color: approx Cocoa Bean. HEX triplet: 51, 36 and 32. RGB value is (81,54,50). Sum of RGB (Red+Green+Blue) = 81+54+50=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #513632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513632 is #AEC9CD. Grayscale: #3D3D3D. Windows color (decimal): -11454926 or 3290705. OLE color: 3290705.

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

Color convert

RGB815450-
CMYK00.330.380.68
HSL7.74º23.66%25.69%-
HSV(B)7.74º38.27%31.76%-
XYZ5.294.623.63-
YUV61.62121.45141.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=43.78%
G=29.19%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81545000.330.380.687.7423.6625.69
Hex51363202126448181a
Octal121666204146104103032
Binary10100011101101100100100001100110100010010001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513632; }

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

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

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

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

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

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

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

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