#482018

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

Shades of Brown Pod #482018

Tints of Brown Pod #482018

Color information

#482018 (or 0x482018) is unknown color: approx Brown Pod. HEX triplet: 48, 20 and 18. RGB value is (72,32,24). Sum of RGB (Red+Green+Blue) = 72+32+24=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482018 is #B7DFE7. Grayscale: #2B2B2B. Windows color (decimal): -12050408 or 1581128. OLE color: 1581128.

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

Color convert

RGB723224-
CMYK00.560.670.72
HSL10º50%18.82%-
HSV(B)10º66.67%28.24%-
XYZ3.352.481.17-
YUV43.05117.25148.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=56.25%
G=25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72322400.560.670.72105018.82
Hex4820180384348a3213
Octal1104030070103110126223
Binary100100010000011000011100010000111001000101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482018; }

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

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

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

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

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

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

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

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