#503305

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

Shades of Baker's Chocolate #503305

Tints of Baker's Chocolate #503305

Color information

#503305 (or 0x503305) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 33 and 05. RGB value is (80,51,5). Sum of RGB (Red+Green+Blue) = 80+51+5=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #503305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503305 is #AFCCFA. Grayscale: #363636. Windows color (decimal): -11521275 or 340816. OLE color: 340816.

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

Color convert

RGB80515-
CMYK00.360.940.69
HSL36.8º88.24%16.67%-
HSV(B)36.8º93.75%31.37%-
XYZ4.524.080.69-
YUV54.43100.11146.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.82%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=58.82%
G=37.5%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8051500.360.940.6936.888.2416.67
Hex503350245E45255811
Octal1206350441361054513021
Binary1010000110011101010010010111101000101100101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503305; }

 p { color: rgb(80,51,5); }

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

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

 a { background-color: rgb(80,51,5); }

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

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

 span { border-color: rgb(80,51,5); }

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