#511e00

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

Shades of Baker's Chocolate #511E00

Tints of Baker's Chocolate #511E00

Color information

#511E00 (or 0x511E00) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 1E and 00. RGB value is (81,30,0). Sum of RGB (Red+Green+Blue) = 81+30+0=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #511E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511E00 is #AEE1FF. Grayscale: #2A2A2A. Windows color (decimal): -11461120 or 7761. OLE color: 7761.

HSL color Cylindrical-coordinate representation of color #511E00: hue angle of 22.22º 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 #511E00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB81300-
CMYK00.6310.68
HSL22.22º100%15.88%-
HSV(B)22.22º100%31.76%-
XYZ3.862.680.31-
YUV41.83104.4155.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.97%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.97%
G=27.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8130000.6310.6822.2210015.88
Hex511E003F6444166410
Octal1213600771441042614420
Binary101000111110001111111100100100010010110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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