Html Css Color HEX #501C00 Baker's Chocolate

📋 copy color: '#501C00'

red 80 ◦ green 28 ◦ blue 0

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

Shades of Baker's Chocolate #501C00

Tints of Baker's Chocolate #501C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.93%

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

R = 74.07%
G = 25.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#501C00 (or 0x501C00) is known color: Baker's Chocolate. HEX triplet: 50, 1C and 00. RGB value is (80,28,0). Sum of RGB (Red+Green+Blue) = 80+28+0=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #501C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C00 is #AFE3FF. Grayscale: #282828. Windows color (decimal): -11527168 or 7248. OLE color: 7248.

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

Color convert

RGB 80 28 0 -
CMYK 0 0.65 1 0.69
HSL 21º 1% 0.16% -
HSV(B) 21º 1% 0.31% -
XYZ 3.72 2.54 0.29 -
YUV 40.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 80 28 0 0 0.65 1 0.69 21 1 0.16
Hex 50 1C 0 0 41 64 45 15 64 10
Octal 120 34 0 0 101 144 105 25 144 20
Binary 1010000 11100 0 0 1000001 1100100 1000101 10101 1100100 10000

Color Harmonies of #501C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C00

Black with #501C00

Text Example


Text Example

White with #501C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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