#481602

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

Shades of Brown Pod #481602

Tints of Brown Pod #481602

Color information

#481602 (or 0x481602) is unknown color: approx Brown Pod. HEX triplet: 48, 16 and 02. RGB value is (72,22,2). Sum of RGB (Red+Green+Blue) = 72+22+2=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #481602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481602 is #B7E9FD. Grayscale: #222222. Windows color (decimal): -12052990 or 136776. OLE color: 136776.

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

Color convert

RGB72222-
CMYK00.690.970.72
HSL17.14º94.59%14.51%-
HSV(B)17.14º97.22%28.24%-
XYZ2.971.960.28-
YUV34.67109.56154.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=75%
G=22.92%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7222200.690.970.7217.1494.5914.51
Hex481620456148115ff
Octal11026201051411102113717
Binary1001000101101001000101110000110010001000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481602; }

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

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

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

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

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

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

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

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