#503700

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

Shades of Baker's Chocolate #503700

Tints of Baker's Chocolate #503700

Color information

#503700 (or 0x503700) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 37 and 00. RGB value is (80,55,0). Sum of RGB (Red+Green+Blue) = 80+55+0=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #503700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503700 is #AFC8FF. Grayscale: #383838. Windows color (decimal): -11520256 or 14160. OLE color: 14160.

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

Color convert

RGB80550-
CMYK00.3110.69
HSL41.25º100%15.69%-
HSV(B)41.25º100%31.37%-
XYZ4.674.440.61-
YUV56.296.28144.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.26%
G=40.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8055000.3110.6941.2510015.69
Hex5037001F6445296410
Octal1206700371441055114420
Binary1010000110111001111111001001000101101001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503700; }

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

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

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

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

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

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

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

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