#48150B

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

Shades of Brown Pod #48150B

Tints of Brown Pod #48150B

Color information

#48150B (or 0x48150B) is unknown color: approx Brown Pod. HEX triplet: 48, 15 and 0B. RGB value is (72,21,11). Sum of RGB (Red+Green+Blue) = 72+21+11=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48150B is #B7EAF4. Grayscale: #232323. Windows color (decimal): -12053237 or 726344. OLE color: 726344.

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

Color convert

RGB722111-
CMYK00.710.850.72
HSL9.84º73.49%16.27%-
HSV(B)9.84º84.72%28.24%-
XYZ31.940.53-
YUV35.11114.4154.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 11 (4.69% from 255) = 10.58%
R=69.23%
G=20.19%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72211100.710.850.729.8473.4916.27
Hex4815B0475548a4910
Octal110251301071251101211120
Binary100100010101101101000111101010110010001010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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