#482409

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

Shades of Brown Pod #482409

Tints of Brown Pod #482409

Color information

#482409 (or 0x482409) is unknown color: approx Brown Pod. HEX triplet: 48, 24 and 09. RGB value is (72,36,9). Sum of RGB (Red+Green+Blue) = 72+36+9=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #482409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482409 is #B7DBF6. Grayscale: #2B2B2B. Windows color (decimal): -12049399 or 599112. OLE color: 599112.

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

Color convert

RGB72369-
CMYK00.50.880.72
HSL25.71º77.78%15.88%-
HSV(B)25.71º87.5%28.24%-
XYZ3.352.660.6-
YUV43.69108.43148.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 9 (3.91% from 255) = 7.69%
R=61.54%
G=30.77%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7236900.50.880.7225.7177.7815.88
Hex4824903258481a4e10
Octal11044110621301103211620
Binary1001000100100100101100101011000100100011010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482409; }

 p { color: rgb(72,36,9); }

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

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

 a { background-color: rgb(72,36,9); }

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

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

 span { border-color: rgb(72,36,9); }

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