#503706

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

Shades of Baker's Chocolate #503706

Tints of Baker's Chocolate #503706

Color information

#503706 (or 0x503706) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 37 and 06. RGB value is (80,55,6). Sum of RGB (Red+Green+Blue) = 80+55+6=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #503706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503706 is #AFC8F9. Grayscale: #393939. Windows color (decimal): -11520250 or 407376. OLE color: 407376.

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

Color convert

RGB80556-
CMYK00.310.920.69
HSL39.73º86.05%16.86%-
HSV(B)39.73º92.5%31.37%-
XYZ4.714.450.78-
YUV56.8999.28144.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 55 (21.88% from 255) = 39.01%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=56.74%
G=39.01%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8055600.310.920.6939.7386.0516.86
Hex5037601F5C45285611
Octal1206760371341055012621
Binary101000011011111001111110111001000101101000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503706; }

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

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

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

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

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

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

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

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