#48241E

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

Shades of Brown Pod #48241E

Tints of Brown Pod #48241E

Color information

#48241E (or 0x48241E) is unknown color: approx Brown Pod. HEX triplet: 48, 24 and 1E. RGB value is (72,36,30). Sum of RGB (Red+Green+Blue) = 72+36+30=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48241E is #B7DBE1. Grayscale: #2E2E2E. Windows color (decimal): -12049378 or 1975368. OLE color: 1975368.

HSL color Cylindrical-coordinate representation of color #48241E: hue angle of 8.57º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48241E is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB723630-
CMYK00.50.580.72
HSL8.57º41.18%20%-
HSV(B)8.57º58.33%28.24%-
XYZ3.542.731.57-
YUV46.08118.93146.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=52.17%
G=26.09%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72363000.50.580.728.5741.1820
Hex48241E0323A4892914
Octal110443606272110115124
Binary10010001001001111001100101110101001000100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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