#503701

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

Shades of Baker's Chocolate #503701

Tints of Baker's Chocolate #503701

Color information

#503701 (or 0x503701) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 37 and 01. RGB value is (80,55,1). Sum of RGB (Red+Green+Blue) = 80+55+1=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #503701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503701 is #AFC8FE. Grayscale: #383838. Windows color (decimal): -11520255 or 79696. OLE color: 79696.

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

Color convert

RGB80551-
CMYK00.310.990.69
HSL41.01º97.53%15.88%-
HSV(B)41.01º98.75%31.37%-
XYZ4.684.440.64-
YUV56.3296.78144.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.82%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=58.82%
G=40.44%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8055100.310.990.6941.0197.5315.88
Hex5037101F6345296210
Octal1206710371431055114220
Binary1010000110111101111111000111000101101001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503701; }

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

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

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

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

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

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

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

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