Html Css Color HEX #502701 Baker's Chocolate

📋 copy color: '#502701'

red 80 ◦ green 39 ◦ blue 1

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

Shades of Baker's Chocolate #502701

Tints of Baker's Chocolate #502701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.5%

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

R = 66.67%
G = 32.5%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#502701 (or 0x502701) is known color: Baker's Chocolate. HEX triplet: 50, 27 and 01. RGB value is (80,39,1). Sum of RGB (Red+Green+Blue) = 80+39+1=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #502701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502701 is #AFD8FE. Grayscale: #2F2F2F. Windows color (decimal): -11524351 or 75600. OLE color: 75600.

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

Color convert

RGB 80 39 1 -
CMYK 0 0.51 0.99 0.69
HSL 28.86º 0.98% 0.16% -
HSV(B) 28.86º 0.99% 0.31% -
XYZ 4.04 3.16 0.43 -
YUV 46.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 80 39 1 0 0.51 0.99 0.69 28.86 0.98 0.16
Hex 50 27 1 0 33 63 45 1D 62 10
Octal 120 47 1 0 63 143 105 35 142 20
Binary 1010000 100111 1 0 110011 1100011 1000101 11101 1100010 10000

Color Harmonies of #502701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502701

Black with #502701

Text Example


Text Example

White with #502701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502701; }

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

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

background-color css

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

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

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

border-color css

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

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

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