Html Css Color HEX #502201 Baker's Chocolate

📋 copy color: '#502201'

red 80 ◦ green 34 ◦ blue 1

#502201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #502201

Tints of Baker's Chocolate #502201

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 value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#502201 (or 0x502201) is known color: 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

RGB 80 34 1 -
CMYK 0 0.58 0.99 0.69
HSL 25.06º 0.98% 0.16% -
HSV(B) 25.06º 0.99% 0.31% -
XYZ 3.89 2.85 0.37 -
YUV 43.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 80 34 1 0 0.58 0.99 0.69 25.06 0.98 0.16
Hex 50 22 1 0 3A 63 45 19 62 10
Octal 120 42 1 0 72 143 105 31 142 20
Binary 1010000 100010 1 0 111010 1100011 1000101 11001 1100010 10000

Color Harmonies of #502201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502201

Black with #502201

Text Example


Text Example

White with #502201

Text Example


Text Example

HTML Codes & Css Web 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>