#511D0A

Color #511D0A Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #511D0A

Tints of Brown Pod #511D0A

Color information

#511D0A (or 0x511D0A) is unknown color: approx Brown Pod. HEX triplet: 51, 1D and 0A. RGB value is (81,29,10). Sum of RGB (Red+Green+Blue) = 81+29+10=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #511D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511D0A is #AEE2F5. Grayscale: #2A2A2A. Windows color (decimal): -11461366 or 662865. OLE color: 662865.

HSL color Cylindrical-coordinate representation of color #511D0A: hue angle of 16.06º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511D0A is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB812910-
CMYK00.640.880.68
HSL16.06º78.02%17.84%-
HSV(B)16.06º87.65%31.76%-
XYZ3.892.650.59-
YUV42.38109.73155.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 67.5%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=67.5%
G=24.17%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81291000.640.880.6816.0678.0217.84
Hex511DA0405844104e12
Octal121351201001301042011622
Binary1010001111011010010000001011000100010010000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,29,10); }

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

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

 a { background-color: rgb(81,29,10); }

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

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

 span { border-color: rgb(81,29,10); }

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