#481302

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

Shades of Brown Pod #481302

Tints of Brown Pod #481302

Color information

#481302 (or 0x481302) is unknown color: approx Brown Pod. HEX triplet: 48, 13 and 02. RGB value is (72,19,2). Sum of RGB (Red+Green+Blue) = 72+19+2=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #481302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481302 is #B7ECFD. Grayscale: #212121. Windows color (decimal): -12053758 or 136008. OLE color: 136008.

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

Color convert

RGB72192-
CMYK00.740.970.72
HSL14.57º94.59%14.51%-
HSV(B)14.57º97.22%28.24%-
XYZ2.921.850.26-
YUV32.91110.56155.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 77.42%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=77.42%
G=20.43%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7219200.740.970.7214.5794.5914.51
Hex4813204A6148f5ff
Octal11023201121411101713717
Binary100100010011100100101011000011001000111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481302; }

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

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

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

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

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

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

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

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