#513432

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

Shades of Cocoa Bean #513432

Tints of Cocoa Bean #513432

Color information

#513432 (or 0x513432) is unknown color: approx Cocoa Bean. HEX triplet: 51, 34 and 32. RGB value is (81,52,50). Sum of RGB (Red+Green+Blue) = 81+52+50=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #513432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513432 is #AECBCD. Grayscale: #3C3C3C. Windows color (decimal): -11455438 or 3290193. OLE color: 3290193.

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

Color convert

RGB815250-
CMYK00.360.380.68
HSL3.87º23.66%25.69%-
HSV(B)3.87º38.27%31.76%-
XYZ5.24.443.6-
YUV60.44122.11142.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=44.26%
G=28.42%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81525000.360.380.683.8723.6625.69
Hex51343202426444181a
Octal12164620444610443032
Binary1010001110100110010010010010011010001001001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513432; }

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

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

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

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

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

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

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

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