#48430A

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

Shades of Madras #48430A

Tints of Madras #48430A

Color information

#48430A (or 0x48430A) is unknown color: approx Madras. HEX triplet: 48, 43 and 0A. RGB value is (72,67,10). Sum of RGB (Red+Green+Blue) = 72+67+10=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48430A is #B7BCF5. Grayscale: #3E3E3E. Windows color (decimal): -12041462 or 672584. OLE color: 672584.

HSL color Cylindrical-coordinate representation of color #48430A: hue angle of 55.16º 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 #48430A is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB726710-
CMYK00.070.860.72
HSL55.16º75.61%16.08%-
HSV(B)55.16º86.11%28.24%-
XYZ4.735.411.08-
YUV6298.66135.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 67 (26.56% from 255) = 44.97%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=48.32%
G=44.97%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72671000.070.860.7255.1675.6116.08
Hex4843A075648374c10
Octal11010312071261106711420
Binary100100010000111010011110101101001000110111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48430A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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