#502401

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

Shades of Baker's Chocolate #502401

Tints of Baker's Chocolate #502401

Color information

#502401 (or 0x502401) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 24 and 01. RGB value is (80,36,1). Sum of RGB (Red+Green+Blue) = 80+36+1=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #502401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502401 is #AFDBFE. Grayscale: #2D2D2D. Windows color (decimal): -11525119 or 74832. OLE color: 74832.

HSL color Cylindrical-coordinate representation of color #502401: hue angle of 26.58º 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 #502401 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB80361-
CMYK00.550.990.69
HSL26.58º97.53%15.88%-
HSV(B)26.58º98.75%31.37%-
XYZ3.942.970.39-
YUV45.17103.08152.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.38%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=68.38%
G=30.77%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8036100.550.990.6926.5897.5315.88
Hex5024103763451b6210
Octal1204410671431053314220
Binary1010000100100101101111100011100010111011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502401; }

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

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

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

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

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

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

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

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