#481803

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

Shades of Brown Pod #481803

Tints of Brown Pod #481803

Color information

#481803 (or 0x481803) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 03. RGB value is (72,24,3). Sum of RGB (Red+Green+Blue) = 72+24+3=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #481803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481803 is #B7E7FC. Grayscale: #242424. Windows color (decimal): -12052477 or 202824. OLE color: 202824.

HSL color Cylindrical-coordinate representation of color #481803: hue angle of 18.26º 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 #481803 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB72243-
CMYK00.670.960.72
HSL18.26º92%14.71%-
HSV(B)18.26º95.83%28.24%-
XYZ3.022.040.32-
YUV35.96109.4153.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 3 (1.56% from 255) = 3.03%
R=72.73%
G=24.24%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224300.670.960.7218.269214.71
Hex481830436048125cf
Octal11030301031401102213417
Binary1001000110001101000011110000010010001001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481803; }

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

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

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

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

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

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

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

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