#511B03

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

Shades of Brown Pod #511B03

Tints of Brown Pod #511B03

Color information

#511B03 (or 0x511B03) is unknown color: approx Brown Pod. HEX triplet: 51, 1B and 03. RGB value is (81,27,3). Sum of RGB (Red+Green+Blue) = 81+27+3=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #511B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B03 is #AEE4FC. Grayscale: #282828. Windows color (decimal): -11461885 or 203601. OLE color: 203601.

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

Color convert

RGB81273-
CMYK00.670.960.68
HSL18.46º92.86%16.47%-
HSV(B)18.46º96.3%31.76%-
XYZ3.82.540.38-
YUV40.41106.89156.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.97%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=72.97%
G=24.32%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8127300.670.960.6818.4692.8616.47
Hex511B30436044125d10
Octal12133301031401042213520
Binary10100011101111010000111100000100010010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,27,3); }

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

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

 a { background-color: rgb(81,27,3); }

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

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

 span { border-color: rgb(81,27,3); }

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