#481502

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

Shades of Brown Pod #481502

Tints of Brown Pod #481502

Color information

#481502 (or 0x481502) is unknown color: approx Brown Pod. HEX triplet: 48, 15 and 02. RGB value is (72,21,2). Sum of RGB (Red+Green+Blue) = 72+21+2=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #481502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481502 is #B7EAFD. Grayscale: #222222. Windows color (decimal): -12053246 or 136520. OLE color: 136520.

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

Color convert

RGB72212-
CMYK00.710.970.72
HSL16.29º94.59%14.51%-
HSV(B)16.29º97.22%28.24%-
XYZ2.951.920.27-
YUV34.08109.9155.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75.79%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=75.79%
G=22.11%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7221200.710.970.7216.2994.5914.51
Hex481520476148105ff
Octal11025201071411102013717
Binary1001000101011001000111110000110010001000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481502; }

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

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

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

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

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

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

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

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