#481903

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

Shades of Brown Pod #481903

Tints of Brown Pod #481903

Color information

#481903 (or 0x481903) is unknown color: approx Brown Pod. HEX triplet: 48, 19 and 03. RGB value is (72,25,3). Sum of RGB (Red+Green+Blue) = 72+25+3=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #481903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481903 is #B7E6FC. Grayscale: #242424. Windows color (decimal): -12052221 or 203080. OLE color: 203080.

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

Color convert

RGB72253-
CMYK00.650.960.72
HSL19.13º92%14.71%-
HSV(B)19.13º95.83%28.24%-
XYZ3.042.080.33-
YUV36.54109.07153.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 3 (1.56% from 255) = 3%
R=72%
G=25%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7225300.650.960.7219.139214.71
Hex481930416048135cf
Octal11031301011401102313417
Binary1001000110011101000001110000010010001001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481903; }

 p { color: rgb(72,25,3); }

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

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

 a { background-color: rgb(72,25,3); }

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

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

 span { border-color: rgb(72,25,3); }

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