Html Css Color HEX #513432 Cocoa Bean

📋 copy color: '#513432'

red 81 ◦ green 52 ◦ blue 50

#513432
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Bean #513432

Tints of Cocoa Bean #513432

RGB

 RED value IS 81 (32.03% from 255) = 44.26%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#513432 (or 0x513432) is known color: 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

RGB 81 52 50 -
CMYK 0 0.36 0.38 0.68
HSL 3.87º 0.24% 0.26% -
HSV(B) 3.87º 0.38% 0.32% -
XYZ 5.2 4.44 3.6 -
YUV 60.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 81 52 50 0 0.36 0.38 0.68 3.87 0.24 0.26
Hex 51 34 32 0 24 26 44 4 18 1A
Octal 121 64 62 0 44 46 104 4 30 32
Binary 1010001 110100 110010 0 100100 100110 1000100 100 11000 11010

Color Harmonies of #513432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513432

Black with #513432

Text Example


Text Example

White with #513432

Text Example


Text Example

HTML Codes & Css Web 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>