#503831

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

Shades of Cocoa Bean #503831

Tints of Cocoa Bean #503831

Color information

#503831 (or 0x503831) is unknown color: approx Cocoa Bean. HEX triplet: 50, 38 and 31. RGB value is (80,56,49). Sum of RGB (Red+Green+Blue) = 80+56+49=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503831 is #AFC7CE. Grayscale: #3E3E3E. Windows color (decimal): -11519951 or 3225680. OLE color: 3225680.

HSL color Cylindrical-coordinate representation of color #503831: hue angle of 13.55º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503831 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB805649-
CMYK00.300.390.69
HSL13.55º24.03%25.29%-
HSV(B)13.55º38.75%31.37%-
XYZ5.284.763.55-
YUV62.38120.45140.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=43.24%
G=30.27%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80564900.300.390.6913.5524.0325.29
Hex50383101E2745e1819
Octal120706103647105163031
Binary1010000111000110001011110100111100010111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503831; }

 p { color: rgb(80,56,49); }

 H1.HeaderClassName
 {
   color: #503831;
 }
 .AnyTagClassName
 {
   color: #503831;
 }
</style>
background-color css

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

 a { background-color: rgb(80,56,49); }

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

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

 span { border-color: rgb(80,56,49); }

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