#48211C

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

Shades of Brown Pod #48211C

Tints of Brown Pod #48211C

Color information

#48211C (or 0x48211C) is unknown color: approx Brown Pod. HEX triplet: 48, 21 and 1C. RGB value is (72,33,28). Sum of RGB (Red+Green+Blue) = 72+33+28=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48211C is #B7DEE3. Grayscale: #2C2C2C. Windows color (decimal): -12050148 or 1843528. OLE color: 1843528.

HSL color Cylindrical-coordinate representation of color #48211C: hue angle of 6.82º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48211C is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB723328-
CMYK00.540.610.72
HSL6.82º44%19.61%-
HSV(B)6.82º61.11%28.24%-
XYZ3.432.551.41-
YUV44.09118.92147.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=54.14%
G=24.81%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72332800.540.610.726.824419.61
Hex48211C0363D4872c14
Octal11041340667511075424
Binary1001000100001111000110110111101100100011110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48211C; }

 p { color: rgb(72,33,28); }

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

<style>
 a { background-color: #48211C; }

 a { background-color: rgb(72,33,28); }

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

<style>
 span { border-color: #48211C; }

 span { border-color: rgb(72,33,28); }

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