Html Css Color HEX #501F00 Baker's Chocolate

📋 copy color: '#501F00'

red 80 ◦ green 31 ◦ blue 0

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

Shades of Baker's Chocolate #501F00

Tints of Baker's Chocolate #501F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.07%
G = 27.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#501F00 (or 0x501F00) is known color: Baker's Chocolate. HEX triplet: 50, 1F and 00. RGB value is (80,31,0). Sum of RGB (Red+Green+Blue) = 80+31+0=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #501F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F00 is #AFE0FF. Grayscale: #2A2A2A. Windows color (decimal): -11526400 or 8016. OLE color: 8016.

HSL color Cylindrical-coordinate representation of color #501F00: hue angle of 23.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #501F00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 31 0 -
CMYK 0 0.61 1 0.69
HSL 23.25º 1% 0.16% -
HSV(B) 23.25º 1% 0.31% -
XYZ 3.8 2.69 0.32 -
YUV 42.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 80 31 0 0 0.61 1 0.69 23.25 1 0.16
Hex 50 1F 0 0 3D 64 45 17 64 10
Octal 120 37 0 0 75 144 105 27 144 20
Binary 1010000 11111 0 0 111101 1100100 1000101 10111 1100100 10000

Color Harmonies of #501F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F00

Black with #501F00

Text Example


Text Example

White with #501F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,31,0); }

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

background-color css

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

 a { background-color: rgb(80,31,0); }

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

border-color css

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

 span { border-color: rgb(80,31,0); }

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