#48430F

Color #48430F Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #48430F

Tints of Madras #48430F

Color information

#48430F (or 0x48430F) is unknown color: approx Madras. HEX triplet: 48, 43 and 0F. RGB value is (72,67,15). Sum of RGB (Red+Green+Blue) = 72+67+15=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48430F is #B7BCF0. Grayscale: #3E3E3E. Windows color (decimal): -12041457 or 1000264. OLE color: 1000264.

HSL color Cylindrical-coordinate representation of color #48430F: hue angle of 54.74º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48430F is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB726715-
CMYK00.070.790.72
HSL54.74º65.52%17.06%-
HSV(B)54.74º79.17%28.24%-
XYZ4.775.431.25-
YUV62.57101.16134.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 15 (6.25% from 255) = 9.74%
R=46.75%
G=43.51%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72671500.070.790.7254.7465.5217.06
Hex4843F074F48374211
Octal11010317071171106710221
Binary100100010000111111011110011111001000110111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48430F; }

 p { color: rgb(72,67,15); }

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

<style>
 a { background-color: #48430F; }

 a { background-color: rgb(72,67,15); }

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

<style>
 span { border-color: #48430F; }

 span { border-color: rgb(72,67,15); }

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