Html Css Color HEX #513934 Cocoa Bean

📋 copy color: '#513934'

red 81 ◦ green 57 ◦ blue 52

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

Shades of Cocoa Bean #513934

Tints of Cocoa Bean #513934

RGB

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

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

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

R = 42.63%
G = 30%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#513934 (or 0x513934) is known color: Cocoa Bean. HEX triplet: 51, 39 and 34. RGB value is (81,57,52). Sum of RGB (Red+Green+Blue) = 81+57+52=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #513934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513934 is #AEC6CB. Grayscale: #3F3F3F. Windows color (decimal): -11454156 or 3422545. OLE color: 3422545.

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

Color convert

RGB 81 57 52 -
CMYK 0 0.30 0.36 0.68
HSL 10.34º 0.22% 0.26% -
HSV(B) 10.34º 0.36% 0.32% -
XYZ 5.48 4.92 3.91 -
YUV 63.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 81 57 52 0 0.30 0.36 0.68 10.34 0.22 0.26
Hex 51 39 34 0 1E 24 44 A 16 1A
Octal 121 71 64 0 36 44 104 12 26 32
Binary 1010001 111001 110100 0 11110 100100 1000100 1010 10110 11010

Color Harmonies of #513934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513934

Black with #513934

Text Example


Text Example

White with #513934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513934; }

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

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

background-color css

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

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

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

border-color css

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

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

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