#48160A

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

Shades of Brown Pod #48160A

Tints of Brown Pod #48160A

Color information

#48160A (or 0x48160A) is unknown color: approx Brown Pod. HEX triplet: 48, 16 and 0A. RGB value is (72,22,10). Sum of RGB (Red+Green+Blue) = 72+22+10=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48160A is #B7E9F5. Grayscale: #232323. Windows color (decimal): -12052982 or 661064. OLE color: 661064.

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

Color convert

RGB722210-
CMYK00.690.860.72
HSL11.61º75.61%16.08%-
HSV(B)11.61º86.11%28.24%-
XYZ3.011.970.51-
YUV35.58113.56153.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=69.23%
G=21.15%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72221000.690.860.7211.6175.6116.08
Hex4816A0455648c4c10
Octal110261201051261101411420
Binary100100010110101001000101101011010010001100100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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