#511F00

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

Shades of Baker's Chocolate #511F00

Tints of Baker's Chocolate #511F00

Color information

#511F00 (or 0x511F00) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 1F and 00. RGB value is (81,31,0). Sum of RGB (Red+Green+Blue) = 81+31+0=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #511F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511F00 is #AEE0FF. Grayscale: #2A2A2A. Windows color (decimal): -11460864 or 8017. OLE color: 8017.

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

Color convert

RGB81310-
CMYK00.6210.68
HSL22.96º100%15.88%-
HSV(B)22.96º100%31.76%-
XYZ3.882.730.32-
YUV42.42104.06155.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.32%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.32%
G=27.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8131000.6210.6822.9610015.88
Hex511F003E6444176410
Octal1213700761441042714420
Binary101000111111001111101100100100010010111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #511F00;
 }
 .AnyTagClassName
 {
   color: #511F00;
 }
</style>
background-color css

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

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

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

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

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

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