#503102

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

Shades of Baker's Chocolate #503102

Tints of Baker's Chocolate #503102

Color information

#503102 (or 0x503102) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 31 and 02. RGB value is (80,49,2). Sum of RGB (Red+Green+Blue) = 80+49+2=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #503102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503102 is #AFCEFD. Grayscale: #353535. Windows color (decimal): -11521790 or 143696. OLE color: 143696.

HSL color Cylindrical-coordinate representation of color #503102: hue angle of 36.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #503102 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB80492-
CMYK00.390.980.69
HSL36.15º95.12%16.08%-
HSV(B)36.15º97.5%31.37%-
XYZ4.423.910.58-
YUV52.9199.27147.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=61.07%
G=37.40%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8049200.390.980.6936.1595.1216.08
Hex503120276245245f10
Octal1206120471421054413720
Binary101000011000110010011111000101000101100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503102; }

 p { color: rgb(80,49,2); }

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

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

 a { background-color: rgb(80,49,2); }

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

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

 span { border-color: rgb(80,49,2); }

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