#48220B

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

Shades of Brown Pod #48220B

Tints of Brown Pod #48220B

Color information

#48220B (or 0x48220B) is unknown color: approx Brown Pod. HEX triplet: 48, 22 and 0B. RGB value is (72,34,11). Sum of RGB (Red+Green+Blue) = 72+34+11=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #48220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48220B is #B7DDF4. Grayscale: #2A2A2A. Windows color (decimal): -12049909 or 729672. OLE color: 729672.

HSL color Cylindrical-coordinate representation of color #48220B: hue angle of 22.62º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48220B is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB723411-
CMYK00.530.850.72
HSL22.62º73.49%16.27%-
HSV(B)22.62º84.72%28.24%-
XYZ3.32.550.63-
YUV42.74110.09148.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=61.54%
G=29.06%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72341100.530.850.7222.6273.4916.27
Hex4822B0355548174910
Octal11042130651251102711120
Binary1001000100010101101101011010101100100010111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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