#503631

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

Shades of Cocoa Bean #503631

Tints of Cocoa Bean #503631

Color information

#503631 (or 0x503631) is unknown color: approx Cocoa Bean. HEX triplet: 50, 36 and 31. RGB value is (80,54,49). Sum of RGB (Red+Green+Blue) = 80+54+49=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #503631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503631 is #AFC9CE. Grayscale: #3D3D3D. Windows color (decimal): -11520463 or 3225168. OLE color: 3225168.

HSL color Cylindrical-coordinate representation of color #503631: hue angle of 9.68º 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 #503631 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB805449-
CMYK00.330.390.69
HSL9.68º24.03%25.29%-
HSV(B)9.68º38.75%31.37%-
XYZ5.184.573.51-
YUV61.2121.11141.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=43.72%
G=29.51%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80544900.330.390.699.6824.0325.29
Hex5036310212745a1819
Octal120666104147105123031
Binary10100001101101100010100001100111100010110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503631; }

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

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

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

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

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

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

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

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