Html Css Color HEX #502101 Baker's Chocolate

📋 copy color: '#502101'

red 80 ◦ green 33 ◦ blue 1

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

Shades of Baker's Chocolate #502101

Tints of Baker's Chocolate #502101

RGB

 RED value IS 80 (31.64% from 255) = 70.18%

 GREEN value IS 33 (13.28% from 255) = 28.95%

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 70.18%
G = 28.95%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#502101 (or 0x502101) is known color: Baker's Chocolate. HEX triplet: 50, 21 and 01. RGB value is (80,33,1). Sum of RGB (Red+Green+Blue) = 80+33+1=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #502101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502101 is #AFDEFE. Grayscale: #2B2B2B. Windows color (decimal): -11525887 or 74064. OLE color: 74064.

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

Color convert

RGB 80 33 1 -
CMYK 0 0.59 0.99 0.69
HSL 24.3º 0.98% 0.16% -
HSV(B) 24.3º 0.99% 0.31% -
XYZ 3.86 2.8 0.36 -
YUV 43.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 80 33 1 0 0.59 0.99 0.69 24.3 0.98 0.16
Hex 50 21 1 0 3B 63 45 18 62 10
Octal 120 41 1 0 73 143 105 30 142 20
Binary 1010000 100001 1 0 111011 1100011 1000101 11000 1100010 10000

Color Harmonies of #502101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502101

Black with #502101

Text Example


Text Example

White with #502101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502101; }

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

 H1.HeaderClassName
 {
   color: #502101;
 }
 .AnyTagClassName
 {
   color: #502101;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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