#481805

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

Shades of Brown Pod #481805

Tints of Brown Pod #481805

Color information

#481805 (or 0x481805) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 05. RGB value is (72,24,5). Sum of RGB (Red+Green+Blue) = 72+24+5=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #481805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481805 is #B7E7FA. Grayscale: #242424. Windows color (decimal): -12052475 or 333896. OLE color: 333896.

HSL color Cylindrical-coordinate representation of color #481805: hue angle of 17.01º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #481805 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB72245-
CMYK00.670.930.72
HSL17.01º87.01%15.1%-
HSV(B)17.01º93.06%28.24%-
XYZ3.032.040.38-
YUV36.19110.4153.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 71.29%
GREEN value IS 24 (9.77% from 255) = 23.76%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=71.29%
G=23.76%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224500.670.930.7217.0187.0115.1
Hex481850435D481157f
Octal11030501031351102112717
Binary10010001100010101000011101110110010001000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481805; }

 p { color: rgb(72,24,5); }

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

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

 a { background-color: rgb(72,24,5); }

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

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

 span { border-color: rgb(72,24,5); }

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