#48221B

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

Shades of Brown Pod #48221B

Tints of Brown Pod #48221B

Color information

#48221B (or 0x48221B) is unknown color: approx Brown Pod. HEX triplet: 48, 22 and 1B. RGB value is (72,34,27). Sum of RGB (Red+Green+Blue) = 72+34+27=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48221B is #B7DDE4. Grayscale: #2C2C2C. Windows color (decimal): -12049893 or 1778248. OLE color: 1778248.

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

Color convert

RGB723427-
CMYK00.530.620.72
HSL9.33º45.45%19.41%-
HSV(B)9.33º62.5%28.24%-
XYZ3.442.61.36-
YUV44.56118.09147.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=54.14%
G=25.56%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72342700.530.620.729.3345.4519.41
Hex48221B0353E4892d13
Octal110423306576110115523
Binary10010001000101101101101011111101001000100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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