#48180D

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

Shades of Brown Pod #48180D

Tints of Brown Pod #48180D

Color information

#48180D (or 0x48180D) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 0D. RGB value is (72,24,13). Sum of RGB (Red+Green+Blue) = 72+24+13=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #48180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48180D is #B7E7F2. Grayscale: #252525. Windows color (decimal): -12052467 or 858184. OLE color: 858184.

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

Color convert

RGB722413-
CMYK00.670.820.72
HSL11.19º69.41%16.67%-
HSV(B)11.19º81.94%28.24%-
XYZ3.072.060.62-
YUV37.1114.4152.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.06%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=66.06%
G=22.02%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72241300.670.820.7211.1969.4116.67
Hex4818D0435248b4511
Octal110301501031221101310521
Binary100100011000110101000011101001010010001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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