#481E17

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

Shades of Brown Pod #481E17

Tints of Brown Pod #481E17

Color information

#481E17 (or 0x481E17) is unknown color: approx Brown Pod. HEX triplet: 48, 1E and 17. RGB value is (72,30,23). Sum of RGB (Red+Green+Blue) = 72+30+23=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E17 is #B7E1E8. Grayscale: #292929. Windows color (decimal): -12050921 or 1515080. OLE color: 1515080.

HSL color Cylindrical-coordinate representation of color #481E17: hue angle of 8.57º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481E17 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB723023-
CMYK00.580.680.72
HSL8.57º51.58%18.63%-
HSV(B)8.57º68.06%28.24%-
XYZ3.292.371.09-
YUV41.76117.41149.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 30 (12.11% from 255) = 24%
BLUE value IS 23 (9.38% from 255) = 18.4%
R=57.6%
G=24%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72302300.580.680.728.5751.5818.63
Hex481E1703A444893413
Octal1103627072104110116423
Binary10010001111010111011101010001001001000100111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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