#48251B

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

Shades of Brown Pod #48251B

Tints of Brown Pod #48251B

Color information

#48251B (or 0x48251B) is unknown color: approx Brown Pod. HEX triplet: 48, 25 and 1B. RGB value is (72,37,27). Sum of RGB (Red+Green+Blue) = 72+37+27=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48251B is #B7DAE4. Grayscale: #2E2E2E. Windows color (decimal): -12049125 or 1779016. OLE color: 1779016.

HSL color Cylindrical-coordinate representation of color #48251B: hue angle of 13.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48251B is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB723727-
CMYK00.490.620.72
HSL13.33º45.45%19.41%-
HSV(B)13.33º62.5%28.24%-
XYZ3.532.781.39-
YUV46.32117.1146.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=52.94%
G=27.21%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72372700.490.620.7213.3345.4519.41
Hex48251B0313E48d2d13
Octal110453306176110155523
Binary10010001001011101101100011111101001000110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,37,27); }

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

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

 a { background-color: rgb(72,37,27); }

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

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

 span { border-color: rgb(72,37,27); }

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