#502201

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

Shades of Baker's Chocolate #502201

Tints of Baker's Chocolate #502201

Color information

#502201 (or 0x502201) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 22 and 01. RGB value is (80,34,1). Sum of RGB (Red+Green+Blue) = 80+34+1=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #502201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502201 is #AFDDFE. Grayscale: #2C2C2C. Windows color (decimal): -11525631 or 74320. OLE color: 74320.

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

Color convert

RGB80341-
CMYK00.580.990.69
HSL25.06º97.53%15.88%-
HSV(B)25.06º98.75%31.37%-
XYZ3.892.850.37-
YUV43.99103.74153.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 69.57%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=69.57%
G=29.57%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8034100.580.990.6925.0697.5315.88
Hex5022103A6345196210
Octal1204210721431053114220
Binary1010000100010101110101100011100010111001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502201; }

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

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

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

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

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

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

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

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