Html Css Color HEX #48441F Madras

📋 copy color: '#48441F'

red 72 ◦ green 68 ◦ blue 31

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

Shades of Madras #48441F

Tints of Madras #48441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.77%

 BLUE value IS 31 (12.5% from 255) = 18.13%

R = 42.11%
G = 39.77%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48441F (or 0x48441F) is known color: Madras. HEX triplet: 48, 44 and 1F. RGB value is (72,68,31). Sum of RGB (Red+Green+Blue) = 72+68+31=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48441F is #B7BBE0. Grayscale: #414141. Windows color (decimal): -12041185 or 2049096. OLE color: 2049096.

HSL color Cylindrical-coordinate representation of color #48441F: hue angle of 54.15º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48441F is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 31 -
CMYK 0 0.06 0.57 0.72
HSL 54.15º 0.4% 0.2% -
HSV(B) 54.15º 0.57% 0.28% -
XYZ 4.99 5.61 2.12 -
YUV 64.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 72 68 31 0 0.06 0.57 0.72 54.15 0.4 0.2
Hex 48 44 1F 0 6 39 48 36 28 14
Octal 110 104 37 0 6 71 110 66 50 24
Binary 1001000 1000100 11111 0 110 111001 1001000 110110 101000 10100

Color Harmonies of #48441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48441F

Black with #48441F

Text Example


Text Example

White with #48441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48441F; }

 p { color: rgb(72,68,31); }

 H1.HeaderClassName
 {
   color: #48441F;
 }
 .AnyTagClassName
 {
   color: #48441F;
 }
</style>

background-color css

<style>
 a { background-color: #48441F; }

 a { background-color: rgb(72,68,31); }

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

border-color css

<style>
 span { border-color: #48441F; }

 span { border-color: rgb(72,68,31); }

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