#48261B

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

Shades of Brown Pod #48261B

Tints of Brown Pod #48261B

Color information

#48261B (or 0x48261B) is unknown color: approx Brown Pod. HEX triplet: 48, 26 and 1B. RGB value is (72,38,27). Sum of RGB (Red+Green+Blue) = 72+38+27=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48261B is #B7D9E4. Grayscale: #2E2E2E. Windows color (decimal): -12048869 or 1779272. OLE color: 1779272.

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

Color convert

RGB723827-
CMYK00.470.620.72
HSL14.67º45.45%19.41%-
HSV(B)14.67º62.5%28.24%-
XYZ3.562.841.4-
YUV46.91116.76145.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=52.55%
G=27.74%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72382700.470.620.7214.6745.4519.41
Hex48261B02F3E48f2d13
Octal110463305776110175523
Binary10010001001101101101011111111101001000111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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