#48180F

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

Shades of Brown Pod #48180F

Tints of Brown Pod #48180F

Color information

#48180F (or 0x48180F) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 0F. RGB value is (72,24,15). Sum of RGB (Red+Green+Blue) = 72+24+15=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #48180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48180F is #B7E7F0. Grayscale: #252525. Windows color (decimal): -12052465 or 989256. OLE color: 989256.

HSL color Cylindrical-coordinate representation of color #48180F: hue angle of 9.47º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48180F is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB722415-
CMYK00.670.790.72
HSL9.47º65.52%17.06%-
HSV(B)9.47º79.17%28.24%-
XYZ3.092.070.69-
YUV37.33115.4152.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=64.86%
G=21.62%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72241500.670.790.729.4765.5217.06
Hex4818F0434F4894211
Octal110301701031171101110221
Binary100100011000111101000011100111110010001001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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