#501C00

Color #501C00 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #501C00

Tints of Baker's Chocolate #501C00

Color information

#501C00 (or 0x501C00) is unknown color: approx 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

RGB80280-
CMYK00.6510.69
HSL21º100%15.69%-
HSV(B)21º100%31.37%-
XYZ3.722.540.29-
YUV40.36105.23156.28-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8028000.6510.692110015.69
Hex501C00416445156410
Octal12034001011441052514420
Binary1010000111000010000011100100100010110101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>