#48190A

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

Shades of Brown Pod #48190A

Tints of Brown Pod #48190A

Color information

#48190A (or 0x48190A) is unknown color: approx Brown Pod. HEX triplet: 48, 19 and 0A. RGB value is (72,25,10). Sum of RGB (Red+Green+Blue) = 72+25+10=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48190A is #B7E6F5. Grayscale: #252525. Windows color (decimal): -12052214 or 661832. OLE color: 661832.

HSL color Cylindrical-coordinate representation of color #48190A: hue angle of 14.52º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48190A is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB722510-
CMYK00.650.860.72
HSL14.52º75.61%16.08%-
HSV(B)14.52º86.11%28.24%-
XYZ3.072.090.53-
YUV37.34112.57152.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=67.29%
G=23.36%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72251000.650.860.7214.5275.6116.08
Hex4819A0415648f4c10
Octal110311201011261101711420
Binary100100011001101001000001101011010010001111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48190A; }

 p { color: rgb(72,25,10); }

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

<style>
 a { background-color: #48190A; }

 a { background-color: rgb(72,25,10); }

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

<style>
 span { border-color: #48190A; }

 span { border-color: rgb(72,25,10); }

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