Html Css Color HEX #501D01 Baker's Chocolate

📋 copy color: '#501D01'

red 80 ◦ green 29 ◦ blue 1

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

Shades of Baker's Chocolate #501D01

Tints of Baker's Chocolate #501D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.36%

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

R = 72.73%
G = 26.36%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#501D01 (or 0x501D01) is known color: Baker's Chocolate. HEX triplet: 50, 1D and 01. RGB value is (80,29,1). Sum of RGB (Red+Green+Blue) = 80+29+1=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #501D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D01 is #AFE2FE. Grayscale: #292929. Windows color (decimal): -11526911 or 73040. OLE color: 73040.

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

Color convert

RGB 80 29 1 -
CMYK 0 0.64 0.99 0.69
HSL 21.27º 0.98% 0.16% -
HSV(B) 21.27º 0.99% 0.31% -
XYZ 3.75 2.59 0.33 -
YUV 41.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 80 29 1 0 0.64 0.99 0.69 21.27 0.98 0.16
Hex 50 1D 1 0 40 63 45 15 62 10
Octal 120 35 1 0 100 143 105 25 142 20
Binary 1010000 11101 1 0 1000000 1100011 1000101 10101 1100010 10000

Color Harmonies of #501D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D01

Black with #501D01

Text Example


Text Example

White with #501D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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