#48170F

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

Shades of Brown Pod #48170F

Tints of Brown Pod #48170F

Color information

#48170F (or 0x48170F) is unknown color: approx Brown Pod. HEX triplet: 48, 17 and 0F. RGB value is (72,23,15). Sum of RGB (Red+Green+Blue) = 72+23+15=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #48170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48170F is #B7E8F0. Grayscale: #242424. Windows color (decimal): -12052721 or 989000. OLE color: 989000.

HSL color Cylindrical-coordinate representation of color #48170F: hue angle of 8.42º 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 #48170F is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB722315-
CMYK00.680.790.72
HSL8.42º65.52%17.06%-
HSV(B)8.42º79.17%28.24%-
XYZ3.072.020.68-
YUV36.74115.73153.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 23 (9.38% from 255) = 20.91%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=65.45%
G=20.91%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72231500.680.790.728.4265.5217.06
Hex4817F0444F4884211
Octal110271701041171101010221
Binary100100010111111101000100100111110010001000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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