#482218

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

Shades of Brown Pod #482218

Tints of Brown Pod #482218

Color information

#482218 (or 0x482218) is unknown color: approx Brown Pod. HEX triplet: 48, 22 and 18. RGB value is (72,34,24). Sum of RGB (Red+Green+Blue) = 72+34+24=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482218 is #B7DDE7. Grayscale: #2C2C2C. Windows color (decimal): -12049896 or 1581640. OLE color: 1581640.

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

Color convert

RGB723424-
CMYK00.530.670.72
HSL12.5º50%18.82%-
HSV(B)12.5º66.67%28.24%-
XYZ3.412.591.18-
YUV44.22116.59147.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=55.38%
G=26.15%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72342400.530.670.7212.55018.82
Hex4822180354348d3213
Octal1104230065103110156223
Binary100100010001011000011010110000111001000110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482218; }

 p { color: rgb(72,34,24); }

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

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

 a { background-color: rgb(72,34,24); }

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

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

 span { border-color: rgb(72,34,24); }

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