#48220C

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

Shades of Brown Pod #48220C

Tints of Brown Pod #48220C

Color information

#48220C (or 0x48220C) is unknown color: approx Brown Pod. HEX triplet: 48, 22 and 0C. RGB value is (72,34,12). Sum of RGB (Red+Green+Blue) = 72+34+12=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48220C is #B7DDF3. Grayscale: #2A2A2A. Windows color (decimal): -12049908 or 795208. OLE color: 795208.

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

Color convert

RGB723412-
CMYK00.530.830.72
HSL22º71.43%16.47%-
HSV(B)22º83.33%28.24%-
XYZ3.312.550.67-
YUV42.85110.59148.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 34 (13.67% from 255) = 28.81%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=61.02%
G=28.81%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72341200.530.830.722271.4316.47
Hex4822C0355348164710
Octal11042140651231102610720
Binary1001000100010110001101011010011100100010110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48220C; }

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

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

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

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

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

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

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

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