#48271F

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

Shades of Brown Pod #48271F

Tints of Brown Pod #48271F

Color information

#48271F (or 0x48271F) is unknown color: approx Brown Pod. HEX triplet: 48, 27 and 1F. RGB value is (72,39,31). Sum of RGB (Red+Green+Blue) = 72+39+31=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48271F is #B7D8E0. Grayscale: #303030. Windows color (decimal): -12048609 or 2041672. OLE color: 2041672.

HSL color Cylindrical-coordinate representation of color #48271F: hue angle of 11.71º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48271F is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB723931-
CMYK00.460.570.72
HSL11.71º39.81%20.2%-
HSV(B)11.71º56.94%28.24%-
XYZ3.652.931.67-
YUV47.95118.43145.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=50.70%
G=27.46%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72393100.460.570.7211.7139.8120.2
Hex48271F02E3948c2814
Octal110473705671110145024
Binary10010001001111111101011101110011001000110010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48271F; }

 p { color: rgb(72,39,31); }

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

<style>
 a { background-color: #48271F; }

 a { background-color: rgb(72,39,31); }

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

<style>
 span { border-color: #48271F; }

 span { border-color: rgb(72,39,31); }

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