Html Css Color HEX #48391B Madras

📋 copy color: '#48391B'

red 72 ◦ green 57 ◦ blue 27

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

Shades of Madras #48391B

Tints of Madras #48391B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.31%

R = 46.15%
G = 36.54%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48391B (or 0x48391B) is known color: Madras. HEX triplet: 48, 39 and 1B. RGB value is (72,57,27). Sum of RGB (Red+Green+Blue) = 72+57+27=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48391B is #B7C6E4. Grayscale: #3A3A3A. Windows color (decimal): -12044005 or 1784136. OLE color: 1784136.

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

Color convert

RGB 72 57 27 -
CMYK 0 0.21 0.62 0.72
HSL 40º 0.45% 0.19% -
HSV(B) 40º 0.63% 0.28% -
XYZ 4.33 4.38 1.65 -
YUV 58.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 72 57 27 0 0.21 0.62 0.72 40 0.45 0.19
Hex 48 39 1B 0 15 3E 48 28 2D 13
Octal 110 71 33 0 25 76 110 50 55 23
Binary 1001000 111001 11011 0 10101 111110 1001000 101000 101101 10011

Color Harmonies of #48391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48391B

Black with #48391B

Text Example


Text Example

White with #48391B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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