Html Css Color HEX #513A35 Cocoa Bean

📋 copy color: '#513A35'

red 81 ◦ green 58 ◦ blue 53

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

Shades of Cocoa Bean #513A35

Tints of Cocoa Bean #513A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.21%

 BLUE value IS 53 (21.09% from 255) = 27.6%

R = 42.19%
G = 30.21%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#513A35 (or 0x513A35) is known color: Cocoa Bean. HEX triplet: 51, 3A and 35. RGB value is (81,58,53). Sum of RGB (Red+Green+Blue) = 81+58+53=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #513A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A35 is #AEC5CA. Grayscale: #404040. Windows color (decimal): -11453899 or 3488337. OLE color: 3488337.

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

Color convert

RGB 81 58 53 -
CMYK 0 0.28 0.35 0.68
HSL 10.71º 0.21% 0.26% -
HSV(B) 10.71º 0.35% 0.32% -
XYZ 5.55 5.03 4.05 -
YUV 64.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 81 58 53 0 0.28 0.35 0.68 10.71 0.21 0.26
Hex 51 3A 35 0 1C 23 44 B 15 1A
Octal 121 72 65 0 34 43 104 13 25 32
Binary 1010001 111010 110101 0 11100 100011 1000100 1011 10101 11010

Color Harmonies of #513A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A35

Black with #513A35

Text Example


Text Example

White with #513A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513A35; }

 p { color: rgb(81,58,53); }

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

background-color css

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

 a { background-color: rgb(81,58,53); }

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

border-color css

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

 span { border-color: rgb(81,58,53); }

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