#481603

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

Shades of Brown Pod #481603

Tints of Brown Pod #481603

Color information

#481603 (or 0x481603) is unknown color: approx Brown Pod. HEX triplet: 48, 16 and 03. RGB value is (72,22,3). Sum of RGB (Red+Green+Blue) = 72+22+3=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #481603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481603 is #B7E9FC. Grayscale: #222222. Windows color (decimal): -12052989 or 202312. OLE color: 202312.

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

Color convert

RGB72223-
CMYK00.690.960.72
HSL16.52º92%14.71%-
HSV(B)16.52º95.83%28.24%-
XYZ2.981.960.31-
YUV34.78110.06154.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 74.23%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=74.23%
G=22.68%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7222300.690.960.7216.529214.71
Hex481630456048115cf
Octal11026301051401102113417
Binary1001000101101101000101110000010010001000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481603; }

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

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

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

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

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

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

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

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