#48160B

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

Shades of Brown Pod #48160B

Tints of Brown Pod #48160B

Color information

#48160B (or 0x48160B) is unknown color: approx Brown Pod. HEX triplet: 48, 16 and 0B. RGB value is (72,22,11). Sum of RGB (Red+Green+Blue) = 72+22+11=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #48160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48160B is #B7E9F4. Grayscale: #232323. Windows color (decimal): -12052981 or 726600. OLE color: 726600.

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

Color convert

RGB722211-
CMYK00.690.850.72
HSL10.82º73.49%16.27%-
HSV(B)10.82º84.72%28.24%-
XYZ3.021.980.54-
YUV35.7114.06153.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=68.57%
G=20.95%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72221100.690.850.7210.8273.4916.27
Hex4816B0455548b4910
Octal110261301051251101311120
Binary100100010110101101000101101010110010001011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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