#481408

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

Shades of Brown Pod #481408

Tints of Brown Pod #481408

Color information

#481408 (or 0x481408) is unknown color: approx Brown Pod. HEX triplet: 48, 14 and 08. RGB value is (72,20,8). Sum of RGB (Red+Green+Blue) = 72+20+8=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #481408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481408 is #B7EBF7. Grayscale: #222222. Windows color (decimal): -12053496 or 529480. OLE color: 529480.

HSL color Cylindrical-coordinate representation of color #481408: hue angle of 11.25º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481408 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB72208-
CMYK00.720.890.72
HSL11.25º80%15.69%-
HSV(B)11.25º88.89%28.24%-
XYZ2.971.90.44-
YUV34.18113.23154.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 8 (3.52% from 255) = 8%
R=72%
G=20%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7220800.720.890.7211.258015.69
Hex481480485948b5010
Octal110241001101311101312020
Binary100100010100100001001000101100110010001011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481408; }

 p { color: rgb(72,20,8); }

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

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

 a { background-color: rgb(72,20,8); }

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

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

 span { border-color: rgb(72,20,8); }

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