#502100

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

Shades of Baker's Chocolate #502100

Tints of Baker's Chocolate #502100

Color information

#502100 (or 0x502100) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 21 and 00. RGB value is (80,33,0). Sum of RGB (Red+Green+Blue) = 80+33+0=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #502100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502100 is #AFDEFF. Grayscale: #2B2B2B. Windows color (decimal): -11525888 or 8528. OLE color: 8528.

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

Color convert

RGB80330-
CMYK00.5910.69
HSL24.75º100%15.69%-
HSV(B)24.75º100%31.37%-
XYZ3.852.790.34-
YUV43.29103.57154.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.80%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.80%
G=29.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8033000.5910.6924.7510015.69
Hex5021003B6445196410
Octal1204100731441053114420
Binary1010000100001001110111100100100010111001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502100; }

 p { color: rgb(80,33,0); }

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

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

 a { background-color: rgb(80,33,0); }

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

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

 span { border-color: rgb(80,33,0); }

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