#482417

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

Shades of Brown Pod #482417

Tints of Brown Pod #482417

Color information

#482417 (or 0x482417) is unknown color: approx Brown Pod. HEX triplet: 48, 24 and 17. RGB value is (72,36,23). Sum of RGB (Red+Green+Blue) = 72+36+23=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482417 is #B7DBE8. Grayscale: #2D2D2D. Windows color (decimal): -12049385 or 1516616. OLE color: 1516616.

HSL color Cylindrical-coordinate representation of color #482417: hue angle of 15.92º 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 #482417 is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB723623-
CMYK00.50.680.72
HSL15.92º51.58%18.63%-
HSV(B)15.92º68.06%28.24%-
XYZ3.462.71.15-
YUV45.28115.43147.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 23 (9.38% from 255) = 17.56%
R=54.96%
G=27.48%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72362300.50.680.7215.9251.5818.63
Hex4824170324448103413
Octal1104427062104110206423
Binary1001000100100101110110010100010010010001000011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482417; }

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

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

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

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

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

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

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

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