#48420A

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

Shades of Madras #48420A

Tints of Madras #48420A

Color information

#48420A (or 0x48420A) is unknown color: approx Madras. HEX triplet: 48, 42 and 0A. RGB value is (72,66,10). Sum of RGB (Red+Green+Blue) = 72+66+10=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #48420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48420A is #B7BDF5. Grayscale: #3D3D3D. Windows color (decimal): -12041718 or 672328. OLE color: 672328.

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

Color convert

RGB726610-
CMYK00.080.860.72
HSL54.19º75.61%16.08%-
HSV(B)54.19º86.11%28.24%-
XYZ4.685.31.06-
YUV61.4198.99135.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 66 (26.17% from 255) = 44.59%
BLUE value IS 10 (4.30% from 255) = 6.76%
R=48.65%
G=44.59%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72661000.080.860.7254.1975.6116.08
Hex4842A085648364c10
Octal110102120101261106611420
Binary1001000100001010100100010101101001000110110100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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