#48200B

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

Shades of Brown Pod #48200B

Tints of Brown Pod #48200B

Color information

#48200B (or 0x48200B) is unknown color: approx Brown Pod. HEX triplet: 48, 20 and 0B. RGB value is (72,32,11). Sum of RGB (Red+Green+Blue) = 72+32+11=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #48200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48200B is #B7DFF4. Grayscale: #292929. Windows color (decimal): -12050421 or 729160. OLE color: 729160.

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

Color convert

RGB723211-
CMYK00.560.850.72
HSL20.66º73.49%16.27%-
HSV(B)20.66º84.72%28.24%-
XYZ3.252.430.62-
YUV41.57110.75149.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=62.61%
G=27.83%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72321100.560.850.7220.6673.4916.27
Hex4820B0385548154910
Octal11040130701251102511120
Binary1001000100000101101110001010101100100010101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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