Html Css Color HEX #501F05 Baker's Chocolate

📋 copy color: '#501F05'

red 80 ◦ green 31 ◦ blue 5

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

Shades of Baker's Chocolate #501F05

Tints of Baker's Chocolate #501F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.31%

R = 68.97%
G = 26.72%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#501F05 (or 0x501F05) is known color: Baker's Chocolate. HEX triplet: 50, 1F and 05. RGB value is (80,31,5). Sum of RGB (Red+Green+Blue) = 80+31+5=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #501F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F05 is #AFE0FA. Grayscale: #2A2A2A. Windows color (decimal): -11526395 or 335696. OLE color: 335696.

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

Color convert

RGB 80 31 5 -
CMYK 0 0.61 0.94 0.69
HSL 20.8º 0.88% 0.17% -
HSV(B) 20.8º 0.94% 0.31% -
XYZ 3.83 2.7 0.46 -
YUV 42.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 80 31 5 0 0.61 0.94 0.69 20.8 0.88 0.17
Hex 50 1F 5 0 3D 5E 45 15 58 11
Octal 120 37 5 0 75 136 105 25 130 21
Binary 1010000 11111 101 0 111101 1011110 1000101 10101 1011000 10001

Color Harmonies of #501F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F05

Black with #501F05

Text Example


Text Example

White with #501F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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