#481100

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

Shades of Brown Pod #481100

Tints of Brown Pod #481100

Color information

#481100 (or 0x481100) is unknown color: approx Brown Pod. HEX triplet: 48, 11 and 00. RGB value is (72,17,0). Sum of RGB (Red+Green+Blue) = 72+17+0=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #481100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481100 is #B7EEFF. Grayscale: #1F1F1F. Windows color (decimal): -12054272 or 4424. OLE color: 4424.

HSL color Cylindrical-coordinate representation of color #481100: hue angle of 14.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #481100 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB72170-
CMYK00.7610.72
HSL14.17º100%14.12%-
HSV(B)14.17º100%28.24%-
XYZ2.871.780.19-
YUV31.51110.22156.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 80.90%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.90%
G=19.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7217000.7610.7214.1710014.12
Hex4811004C6448e64e
Octal11021001141441101614416
Binary10010001000100100110011001001001000111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481100; }

 p { color: rgb(72,17,0); }

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

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

 a { background-color: rgb(72,17,0); }

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

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

 span { border-color: rgb(72,17,0); }

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