#48190D

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

Shades of Brown Pod #48190D

Tints of Brown Pod #48190D

Color information

#48190D (or 0x48190D) is unknown color: approx Brown Pod. HEX triplet: 48, 19 and 0D. RGB value is (72,25,13). Sum of RGB (Red+Green+Blue) = 72+25+13=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #48190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48190D is #B7E6F2. Grayscale: #252525. Windows color (decimal): -12052211 or 858440. OLE color: 858440.

HSL color Cylindrical-coordinate representation of color #48190D: hue angle of 12.2º 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 #48190D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB722513-
CMYK00.650.820.72
HSL12.2º69.41%16.67%-
HSV(B)12.2º81.94%28.24%-
XYZ3.092.10.62-
YUV37.68114.07152.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=65.45%
G=22.73%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72251300.650.820.7212.269.4116.67
Hex4819D0415248c4511
Octal110311501011221101410521
Binary100100011001110101000001101001010010001100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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