Html Css Color HEX #513931 Cocoa Bean

📋 copy color: '#513931'

red 81 ◦ green 57 ◦ blue 49

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

Shades of Cocoa Bean #513931

Tints of Cocoa Bean #513931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.48%

 BLUE value IS 49 (19.53% from 255) = 26.2%

R = 43.32%
G = 30.48%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#513931 (or 0x513931) is known color: Cocoa Bean. HEX triplet: 51, 39 and 31. RGB value is (81,57,49). Sum of RGB (Red+Green+Blue) = 81+57+49=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513931 is #AEC6CE. Grayscale: #3F3F3F. Windows color (decimal): -11454159 or 3225937. OLE color: 3225937.

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

Color convert

RGB 81 57 49 -
CMYK 0 0.30 0.40 0.68
HSL 15º 0.25% 0.25% -
HSV(B) 15º 0.4% 0.32% -
XYZ 5.41 4.9 3.57 -
YUV 63.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 81 57 49 0 0.30 0.40 0.68 15 0.25 0.25
Hex 51 39 31 0 1E 28 44 F 19 19
Octal 121 71 61 0 36 50 104 17 31 31
Binary 1010001 111001 110001 0 11110 101000 1000100 1111 11001 11001

Color Harmonies of #513931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513931

Black with #513931

Text Example


Text Example

White with #513931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513931; }

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

 H1.HeaderClassName
 {
   color: #513931;
 }
 .AnyTagClassName
 {
   color: #513931;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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