#48250C

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

Shades of Brown Pod #48250C

Tints of Brown Pod #48250C

Color information

#48250C (or 0x48250C) is unknown color: approx Brown Pod. HEX triplet: 48, 25 and 0C. RGB value is (72,37,12). Sum of RGB (Red+Green+Blue) = 72+37+12=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48250C is #B7DAF3. Grayscale: #2C2C2C. Windows color (decimal): -12049140 or 795976. OLE color: 795976.

HSL color Cylindrical-coordinate representation of color #48250C: hue angle of 25º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48250C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB723712-
CMYK00.490.830.72
HSL25º71.43%16.47%-
HSV(B)25º83.33%28.24%-
XYZ3.42.730.7-
YUV44.62109.6147.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=59.50%
G=30.58%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72371200.490.830.722571.4316.47
Hex4825C0315348194710
Octal11045140611231103110720
Binary1001000100101110001100011010011100100011001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,37,12); }

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

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

 a { background-color: rgb(72,37,12); }

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

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

 span { border-color: rgb(72,37,12); }

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