#503934

Color #503934 Cocoa Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Bean #503934

Tints of Cocoa Bean #503934

Color information

#503934 (or 0x503934) is unknown color: approx 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

RGB805752-
CMYK00.290.350.69
HSL10.71º21.21%25.88%-
HSV(B)10.71º35%31.37%-
XYZ5.394.883.91-
YUV63.31121.62139.91-

RGB Variations

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

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.70% from 255) = 27.51%
R=42.33%
G=30.16%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80575200.290.350.6910.7121.2125.88
Hex50393401D2345b151a
Octal120716403543105132532
Binary1010000111001110100011101100011100010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>