#503801

Color #503801 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #503801

Tints of Baker's Chocolate #503801

Color information

#503801 (or 0x503801) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 38 and 01. RGB value is (80,56,1). Sum of RGB (Red+Green+Blue) = 80+56+1=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #503801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503801 is #AFC7FE. Grayscale: #393939. Windows color (decimal): -11519999 or 79952. OLE color: 79952.

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

Color convert

RGB80561-
CMYK00.300.990.69
HSL41.77º97.53%15.88%-
HSV(B)41.77º98.75%31.37%-
XYZ4.734.540.66-
YUV56.9196.45144.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=58.39%
G=40.88%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8056100.300.990.6941.7797.5315.88
Hex5038101E63452a6210
Octal1207010361431055214220
Binary1010000111000101111011000111000101101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503801; }

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

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

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

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

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

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

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

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