#481B10

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

Shades of Brown Pod #481B10

Tints of Brown Pod #481B10

Color information

#481B10 (or 0x481B10) is unknown color: approx Brown Pod. HEX triplet: 48, 1B and 10. RGB value is (72,27,16). Sum of RGB (Red+Green+Blue) = 72+27+16=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B10 is #B7E4EF. Grayscale: #272727. Windows color (decimal): -12051696 or 1055560. OLE color: 1055560.

HSL color Cylindrical-coordinate representation of color #481B10: hue angle of 11.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481B10 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB722716-
CMYK00.620.780.72
HSL11.79º63.64%17.25%-
HSV(B)11.79º77.78%28.24%-
XYZ3.162.20.75-
YUV39.2114.91151.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=62.61%
G=23.48%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72271600.620.780.7211.7963.6417.25
Hex481B1003E4E48c4011
Octal11033200761161101410021
Binary100100011011100000111110100111010010001100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481B10; }

 p { color: rgb(72,27,16); }

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

<style>
 a { background-color: #481B10; }

 a { background-color: rgb(72,27,16); }

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

<style>
 span { border-color: #481B10; }

 span { border-color: rgb(72,27,16); }

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