Html Css Color HEX #48401F Madras

📋 copy color: '#48401F'

red 72 ◦ green 64 ◦ blue 31

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

Shades of Madras #48401F

Tints of Madras #48401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.32%

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

R = 43.11%
G = 38.32%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48401F (or 0x48401F) is known color: Madras. HEX triplet: 48, 40 and 1F. RGB value is (72,64,31). Sum of RGB (Red+Green+Blue) = 72+64+31=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48401F is #B7BFE0. Grayscale: #3E3E3E. Windows color (decimal): -12042209 or 2048072. OLE color: 2048072.

HSL color Cylindrical-coordinate representation of color #48401F: hue angle of 48.29º 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 #48401F is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 31 -
CMYK 0 0.11 0.57 0.72
HSL 48.29º 0.4% 0.2% -
HSV(B) 48.29º 0.57% 0.28% -
XYZ 4.75 5.14 2.04 -
YUV 62.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 72 64 31 0 0.11 0.57 0.72 48.29 0.4 0.2
Hex 48 40 1F 0 B 39 48 30 28 14
Octal 110 100 37 0 13 71 110 60 50 24
Binary 1001000 1000000 11111 0 1011 111001 1001000 110000 101000 10100

Color Harmonies of #48401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48401F

Black with #48401F

Text Example


Text Example

White with #48401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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