#502301

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

Shades of Baker's Chocolate #502301

Tints of Baker's Chocolate #502301

Color information

#502301 (or 0x502301) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 23 and 01. RGB value is (80,35,1). Sum of RGB (Red+Green+Blue) = 80+35+1=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #502301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502301 is #AFDCFE. Grayscale: #2C2C2C. Windows color (decimal): -11525375 or 74576. OLE color: 74576.

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

Color convert

RGB80351-
CMYK00.560.990.69
HSL25.82º97.53%15.88%-
HSV(B)25.82º98.75%31.37%-
XYZ3.912.910.38-
YUV44.58103.41153.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.97%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=68.97%
G=30.17%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8035100.560.990.6925.8297.5315.88
Hex5023103863451a6210
Octal1204310701431053214220
Binary1010000100011101110001100011100010111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502301; }

 p { color: rgb(80,35,1); }

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

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

 a { background-color: rgb(80,35,1); }

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

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

 span { border-color: rgb(80,35,1); }

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