Html Css Color HEX #48390D Madras

📋 copy color: '#48390D'

red 72 ◦ green 57 ◦ blue 13

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

Shades of Madras #48390D

Tints of Madras #48390D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.15%

R = 50.7%
G = 40.14%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48390D (or 0x48390D) is known color: Madras. HEX triplet: 48, 39 and 0D. RGB value is (72,57,13). Sum of RGB (Red+Green+Blue) = 72+57+13=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48390D is #B7C6F2. Grayscale: #383838. Windows color (decimal): -12044019 or 866632. OLE color: 866632.

HSL color Cylindrical-coordinate representation of color #48390D: hue angle of 44.75º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48390D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 13 -
CMYK 0 0.21 0.82 0.72
HSL 44.75º 0.69% 0.17% -
HSV(B) 44.75º 0.82% 0.28% -
XYZ 4.21 4.33 1 -
YUV 56.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 72 57 13 0 0.21 0.82 0.72 44.75 0.69 0.17
Hex 48 39 D 0 15 52 48 2D 45 11
Octal 110 71 15 0 25 122 110 55 105 21
Binary 1001000 111001 1101 0 10101 1010010 1001000 101101 1000101 10001

Color Harmonies of #48390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48390D

Black with #48390D

Text Example


Text Example

White with #48390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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