#503709

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

Shades of Baker's Chocolate #503709

Tints of Baker's Chocolate #503709

Color information

#503709 (or 0x503709) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 37 and 09. RGB value is (80,55,9). Sum of RGB (Red+Green+Blue) = 80+55+9=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503709 is #AFC8F6. Grayscale: #393939. Windows color (decimal): -11520247 or 603984. OLE color: 603984.

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

Color convert

RGB80559-
CMYK00.310.890.69
HSL38.87º79.78%17.45%-
HSV(B)38.87º88.75%31.37%-
XYZ4.724.460.87-
YUV57.23100.78144.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=55.56%
G=38.19%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8055900.310.890.6938.8779.7817.45
Hex5037901F5945275011
Octal12067110371311054712021
Binary1010000110111100101111110110011000101100111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503709; }

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

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

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

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

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

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

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

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