#503010

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

Shades of Baker's Chocolate #503010

Tints of Baker's Chocolate #503010

Color information

#503010 (or 0x503010) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 30 and 10. RGB value is (80,48,16). Sum of RGB (Red+Green+Blue) = 80+48+16=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503010 is #AFCFEF. Grayscale: #363636. Windows color (decimal): -11522032 or 1060944. OLE color: 1060944.

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

Color convert

RGB804816-
CMYK00.400.800.69
HSL30º66.67%18.82%-
HSV(B)30º80%31.37%-
XYZ4.463.861-
YUV53.92106.6146.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=55.56%
G=33.33%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80481600.400.800.693066.6718.82
Hex50301002850451e4313
Octal12060200501201053610323
Binary10100001100001000001010001010000100010111110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503010; }

 p { color: rgb(80,48,16); }

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

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

 a { background-color: rgb(80,48,16); }

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

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

 span { border-color: rgb(80,48,16); }

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