Html Css Color HEX #513731 Cocoa Bean

📋 copy color: '#513731'

red 81 ◦ green 55 ◦ blue 49

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

Shades of Cocoa Bean #513731

Tints of Cocoa Bean #513731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

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

R = 43.78%
G = 29.73%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#513731 (or 0x513731) is known color: Cocoa Bean. HEX triplet: 51, 37 and 31. RGB value is (81,55,49). Sum of RGB (Red+Green+Blue) = 81+55+49=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #513731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513731 is #AEC8CE. Grayscale: #3E3E3E. Windows color (decimal): -11454671 or 3225425. OLE color: 3225425.

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

Color convert

RGB 81 55 49 -
CMYK 0 0.32 0.40 0.68
HSL 11.25º 0.25% 0.25% -
HSV(B) 11.25º 0.4% 0.32% -
XYZ 5.31 4.7 3.53 -
YUV 62.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 81 55 49 0 0.32 0.40 0.68 11.25 0.25 0.25
Hex 51 37 31 0 20 28 44 B 19 19
Octal 121 67 61 0 40 50 104 13 31 31
Binary 1010001 110111 110001 0 100000 101000 1000100 1011 11001 11001

Color Harmonies of #513731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513731

Black with #513731

Text Example


Text Example

White with #513731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513731; }

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

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

background-color css

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

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

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

border-color css

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

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

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