#503800

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

Shades of Baker's Chocolate #503800

Tints of Baker's Chocolate #503800

Color information

#503800 (or 0x503800) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 38 and 00. RGB value is (80,56,0). Sum of RGB (Red+Green+Blue) = 80+56+0=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #503800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503800 is #AFC7FF. Grayscale: #393939. Windows color (decimal): -11520000 or 14416. OLE color: 14416.

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

Color convert

RGB80560-
CMYK00.3010.69
HSL42º100%15.69%-
HSV(B)42º100%31.37%-
XYZ4.724.530.63-
YUV56.7995.95144.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.82%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.82%
G=41.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8056000.3010.694210015.69
Hex5038001E64452a6410
Octal1207000361441055214420
Binary1010000111000001111011001001000101101010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503800; }

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

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

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

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

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

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

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

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