Html Css Color HEX #503934 Cocoa Bean

📋 copy color: '#503934'

red 80 ◦ green 57 ◦ blue 52

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

Shades of Cocoa Bean #503934

Tints of Cocoa Bean #503934

RGB

 RED value IS 80 (31.64% from 255) = 42.33%

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

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

R = 42.33%
G = 30.16%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#503934 (or 0x503934) is known color: Cocoa Bean. HEX triplet: 50, 39 and 34. RGB value is (80,57,52). Sum of RGB (Red+Green+Blue) = 80+57+52=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #503934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503934 is #AFC6CB. Grayscale: #3F3F3F. Windows color (decimal): -11519692 or 3422544. OLE color: 3422544.

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

Color convert

RGB 80 57 52 -
CMYK 0 0.29 0.35 0.69
HSL 10.71º 0.21% 0.26% -
HSV(B) 10.71º 0.35% 0.31% -
XYZ 5.39 4.88 3.91 -
YUV 63.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 80 57 52 0 0.29 0.35 0.69 10.71 0.21 0.26
Hex 50 39 34 0 1D 23 45 B 15 1A
Octal 120 71 64 0 35 43 105 13 25 32
Binary 1010000 111001 110100 0 11101 100011 1000101 1011 10101 11010

Color Harmonies of #503934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503934

Black with #503934

Text Example


Text Example

White with #503934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503934; }

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

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

background-color css

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

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

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

border-color css

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

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

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