#48241B

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

Shades of Brown Pod #48241B

Tints of Brown Pod #48241B

Color information

#48241B (or 0x48241B) is unknown color: approx Brown Pod. HEX triplet: 48, 24 and 1B. RGB value is (72,36,27). Sum of RGB (Red+Green+Blue) = 72+36+27=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48241B is #B7DBE4. Grayscale: #2D2D2D. Windows color (decimal): -12049381 or 1778760. OLE color: 1778760.

HSL color Cylindrical-coordinate representation of color #48241B: hue angle of 12º 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 #48241B is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB723627-
CMYK00.50.620.72
HSL12º45.45%19.41%-
HSV(B)12º62.5%28.24%-
XYZ3.52.721.38-
YUV45.74117.43146.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 36 (14.45% from 255) = 26.67%
BLUE value IS 27 (10.94% from 255) = 20%
R=53.33%
G=26.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72362700.50.620.721245.4519.41
Hex48241B0323E48c2d13
Octal110443306276110145523
Binary10010001001001101101100101111101001000110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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