#481801

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

Shades of Brown Pod #481801

Tints of Brown Pod #481801

Color information

#481801 (or 0x481801) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 01. RGB value is (72,24,1). Sum of RGB (Red+Green+Blue) = 72+24+1=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #481801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481801 is #B7E7FE. Grayscale: #232323. Windows color (decimal): -12052479 or 71752. OLE color: 71752.

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

Color convert

RGB72241-
CMYK00.670.990.72
HSL19.44º97.26%14.31%-
HSV(B)19.44º98.61%28.24%-
XYZ32.030.26-
YUV35.73108.4153.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 74.23%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=74.23%
G=24.74%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224100.670.990.7219.4497.2614.31
Hex4818104363481361e
Octal11030101031431102314116
Binary100100011000101000011110001110010001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481801; }

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

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

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

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

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

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

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

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