#481E06

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

Shades of Brown Pod #481E06

Tints of Brown Pod #481E06

Color information

#481E06 (or 0x481E06) is unknown color: approx Brown Pod. HEX triplet: 48, 1E and 06. RGB value is (72,30,6). Sum of RGB (Red+Green+Blue) = 72+30+6=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E06 is #B7E1F9. Grayscale: #272727. Windows color (decimal): -12050938 or 400968. OLE color: 400968.

HSL color Cylindrical-coordinate representation of color #481E06: hue angle of 21.82º 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 #481E06 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB72306-
CMYK00.580.920.72
HSL21.82º84.62%15.29%-
HSV(B)21.82º91.67%28.24%-
XYZ3.172.320.45-
YUV39.82108.91150.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=66.67%
G=27.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7230600.580.920.7221.8284.6215.29
Hex481E603A5C481655f
Octal1103660721341102612517
Binary1001000111101100111010101110010010001011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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