Html Css Color HEX #48391A Madras

📋 copy color: '#48391A'

red 72 ◦ green 57 ◦ blue 26

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

Shades of Madras #48391A

Tints of Madras #48391A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 46.45%
G = 36.77%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48391A (or 0x48391A) is known color: Madras. HEX triplet: 48, 39 and 1A. RGB value is (72,57,26). Sum of RGB (Red+Green+Blue) = 72+57+26=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48391A is #B7C6E5. Grayscale: #3A3A3A. Windows color (decimal): -12044006 or 1718600. OLE color: 1718600.

HSL color Cylindrical-coordinate representation of color #48391A: hue angle of 40.43º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48391A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 26 -
CMYK 0 0.21 0.64 0.72
HSL 40.43º 0.47% 0.19% -
HSV(B) 40.43º 0.64% 0.28% -
XYZ 4.32 4.38 1.59 -
YUV 57.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 72 57 26 0 0.21 0.64 0.72 40.43 0.47 0.19
Hex 48 39 1A 0 15 40 48 28 2F 13
Octal 110 71 32 0 25 100 110 50 57 23
Binary 1001000 111001 11010 0 10101 1000000 1001000 101000 101111 10011

Color Harmonies of #48391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48391A

Black with #48391A

Text Example


Text Example

White with #48391A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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