#48251E

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

Shades of Brown Pod #48251E

Tints of Brown Pod #48251E

Color information

#48251E (or 0x48251E) is unknown color: approx Brown Pod. HEX triplet: 48, 25 and 1E. RGB value is (72,37,30). Sum of RGB (Red+Green+Blue) = 72+37+30=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48251E is #B7DAE1. Grayscale: #2E2E2E. Windows color (decimal): -12049122 or 1975624. OLE color: 1975624.

HSL color Cylindrical-coordinate representation of color #48251E: hue angle of 10º 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 #48251E is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB723730-
CMYK00.490.580.72
HSL10º41.18%20%-
HSV(B)10º58.33%28.24%-
XYZ3.572.791.58-
YUV46.67118.6146.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=51.80%
G=26.62%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72373000.490.580.721041.1820
Hex48251E0313A48a2914
Octal110453606172110125124
Binary10010001001011111001100011110101001000101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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