#481A06

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

Shades of Brown Pod #481A06

Tints of Brown Pod #481A06

Color information

#481A06 (or 0x481A06) is unknown color: approx Brown Pod. HEX triplet: 48, 1A and 06. RGB value is (72,26,6). Sum of RGB (Red+Green+Blue) = 72+26+6=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #481A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A06 is #B7E5F9. Grayscale: #252525. Windows color (decimal): -12051962 or 399944. OLE color: 399944.

HSL color Cylindrical-coordinate representation of color #481A06: hue angle of 18.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #481A06 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB72266-
CMYK00.640.920.72
HSL18.18º84.62%15.29%-
HSV(B)18.18º91.67%28.24%-
XYZ3.072.130.42-
YUV37.47110.24152.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=69.23%
G=25%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7226600.640.920.7218.1884.6215.29
Hex481A60405C481255f
Octal11032601001341102212517
Binary10010001101011001000000101110010010001001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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