#48380A

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

Shades of Madras #48380A

Tints of Madras #48380A

Color information

#48380A (or 0x48380A) is unknown color: approx Madras. HEX triplet: 48, 38 and 0A. RGB value is (72,56,10). Sum of RGB (Red+Green+Blue) = 72+56+10=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48380A is #B7C7F5. Grayscale: #373737. Windows color (decimal): -12044278 or 669768. OLE color: 669768.

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

Color convert

RGB725610-
CMYK00.220.860.72
HSL44.52º75.61%16.08%-
HSV(B)44.52º86.11%28.24%-
XYZ4.144.230.88-
YUV55.54102.3139.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=52.17%
G=40.58%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72561000.220.860.7244.5275.6116.08
Hex4838A01656482d4c10
Octal11070120261261105511420
Binary1001000111000101001011010101101001000101101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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