#503808

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

Shades of Baker's Chocolate #503808

Tints of Baker's Chocolate #503808

Color information

#503808 (or 0x503808) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 38 and 08. RGB value is (80,56,8). Sum of RGB (Red+Green+Blue) = 80+56+8=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503808 is #AFC7F7. Grayscale: #393939. Windows color (decimal): -11519992 or 538704. OLE color: 538704.

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

Color convert

RGB80568-
CMYK00.300.900.69
HSL40º81.82%17.25%-
HSV(B)40º90%31.37%-
XYZ4.774.550.86-
YUV57.799.95143.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=55.56%
G=38.89%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8056800.300.900.694081.8217.25
Hex5038801E5A45285211
Octal12070100361321055012221
Binary1010000111000100001111010110101000101101000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503808; }

 p { color: rgb(80,56,8); }

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

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

 a { background-color: rgb(80,56,8); }

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

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

 span { border-color: rgb(80,56,8); }

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