#48170B

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

Shades of Brown Pod #48170B

Tints of Brown Pod #48170B

Color information

#48170B (or 0x48170B) is unknown color: approx Brown Pod. HEX triplet: 48, 17 and 0B. RGB value is (72,23,11). Sum of RGB (Red+Green+Blue) = 72+23+11=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #48170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48170B is #B7E8F4. Grayscale: #242424. Windows color (decimal): -12052725 or 726856. OLE color: 726856.

HSL color Cylindrical-coordinate representation of color #48170B: hue angle of 11.8º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48170B is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB722311-
CMYK00.680.850.72
HSL11.8º73.49%16.27%-
HSV(B)11.8º84.72%28.24%-
XYZ3.042.010.55-
YUV36.28113.73153.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=67.92%
G=21.70%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72231100.680.850.7211.873.4916.27
Hex4817B0445548c4910
Octal110271301041251101411120
Binary100100010111101101000100101010110010001100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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