#48160D

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

Shades of Brown Pod #48160D

Tints of Brown Pod #48160D

Color information

#48160D (or 0x48160D) is unknown color: approx Brown Pod. HEX triplet: 48, 16 and 0D. RGB value is (72,22,13). Sum of RGB (Red+Green+Blue) = 72+22+13=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48160D is #B7E9F2. Grayscale: #242424. Windows color (decimal): -12052979 or 857672. OLE color: 857672.

HSL color Cylindrical-coordinate representation of color #48160D: hue angle of 9.15º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48160D is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB722213-
CMYK00.690.820.72
HSL9.15º69.41%16.67%-
HSV(B)9.15º81.94%28.24%-
XYZ3.031.980.6-
YUV35.92115.06153.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=67.29%
G=20.56%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72221300.690.820.729.1569.4116.67
Hex4816D045524894511
Octal110261501051221101110521
Binary100100010110110101000101101001010010001001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48160D; }

 p { color: rgb(72,22,13); }

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

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

 a { background-color: rgb(72,22,13); }

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

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

 span { border-color: rgb(72,22,13); }

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