Html Css Color HEX #513734 Cocoa Bean

📋 copy color: '#513734'

red 81 ◦ green 55 ◦ blue 52

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

Shades of Cocoa Bean #513734

Tints of Cocoa Bean #513734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 43.09%
G = 29.26%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#513734 (or 0x513734) is known color: Cocoa Bean. HEX triplet: 51, 37 and 34. RGB value is (81,55,52). Sum of RGB (Red+Green+Blue) = 81+55+52=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #513734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513734 is #AEC8CB. Grayscale: #3E3E3E. Windows color (decimal): -11454668 or 3422033. OLE color: 3422033.

HSL color Cylindrical-coordinate representation of color #513734: hue angle of 6.21º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #513734 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 55 52 -
CMYK 0 0.32 0.36 0.68
HSL 6.21º 0.22% 0.26% -
HSV(B) 6.21º 0.36% 0.32% -
XYZ 5.38 4.73 3.88 -
YUV 62.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 81 55 52 0 0.32 0.36 0.68 6.21 0.22 0.26
Hex 51 37 34 0 20 24 44 6 16 1A
Octal 121 67 64 0 40 44 104 6 26 32
Binary 1010001 110111 110100 0 100000 100100 1000100 110 10110 11010

Color Harmonies of #513734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513734

Black with #513734

Text Example


Text Example

White with #513734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513734; }

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

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

background-color css

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

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

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

border-color css

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

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

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