Html Css Color HEX #48390A Madras

📋 copy color: '#48390A'

red 72 ◦ green 57 ◦ blue 10

#48390A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #48390A

Tints of Madras #48390A

RGB

 RED value IS 72 (28.52% from 255) = 51.8%

 GREEN value IS 57 (22.66% from 255) = 41.01%

 BLUE value IS 10 (4.3% from 255) = 7.19%

R = 51.8%
G = 41.01%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48390A (or 0x48390A) is known color: Madras. HEX triplet: 48, 39 and 0A. RGB value is (72,57,10). Sum of RGB (Red+Green+Blue) = 72+57+10=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48390A is #B7C6F5. Grayscale: #383838. Windows color (decimal): -12044022 or 670024. OLE color: 670024.

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

Color convert

RGB 72 57 10 -
CMYK 0 0.21 0.86 0.72
HSL 45.48º 0.76% 0.16% -
HSV(B) 45.48º 0.86% 0.28% -
XYZ 4.19 4.33 0.9 -
YUV 56.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 72 57 10 0 0.21 0.86 0.72 45.48 0.76 0.16
Hex 48 39 A 0 15 56 48 2D 4C 10
Octal 110 71 12 0 25 126 110 55 114 20
Binary 1001000 111001 1010 0 10101 1010110 1001000 101101 1001100 10000

Color Harmonies of #48390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48390A

Black with #48390A

Text Example


Text Example

White with #48390A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48390A;
 }
 .AnyTagClassName
 {
   color: #48390A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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