#481A02

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

Shades of Brown Pod #481A02

Tints of Brown Pod #481A02

Color information

#481A02 (or 0x481A02) is unknown color: approx Brown Pod. HEX triplet: 48, 1A and 02. RGB value is (72,26,2). Sum of RGB (Red+Green+Blue) = 72+26+2=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #481A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A02 is #B7E5FD. Grayscale: #252525. Windows color (decimal): -12051966 or 137800. OLE color: 137800.

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

Color convert

RGB72262-
CMYK00.640.970.72
HSL20.57º94.59%14.51%-
HSV(B)20.57º97.22%28.24%-
XYZ3.052.120.31-
YUV37.02108.24152.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72%
GREEN value IS 26 (10.55% from 255) = 26%
BLUE value IS 2 (1.17% from 255) = 2%
R=72%
G=26%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7226200.640.970.7220.5794.5914.51
Hex481A20406148155ff
Octal11032201001411102513717
Binary1001000110101001000000110000110010001010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481A02; }

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

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

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

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

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

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

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

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