Html Css Color HEX #48411F Madras

📋 copy color: '#48411F'

red 72 ◦ green 65 ◦ blue 31

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

Shades of Madras #48411F

Tints of Madras #48411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.69%

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

R = 42.86%
G = 38.69%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48411F (or 0x48411F) is known color: Madras. HEX triplet: 48, 41 and 1F. RGB value is (72,65,31). Sum of RGB (Red+Green+Blue) = 72+65+31=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48411F is #B7BEE0. Grayscale: #3F3F3F. Windows color (decimal): -12041953 or 2048328. OLE color: 2048328.

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

Color convert

RGB 72 65 31 -
CMYK 0 0.10 0.57 0.72
HSL 49.76º 0.4% 0.2% -
HSV(B) 49.76º 0.57% 0.28% -
XYZ 4.81 5.26 2.06 -
YUV 63.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 72 65 31 0 0.10 0.57 0.72 49.76 0.4 0.2
Hex 48 41 1F 0 A 39 48 32 28 14
Octal 110 101 37 0 12 71 110 62 50 24
Binary 1001000 1000001 11111 0 1010 111001 1001000 110010 101000 10100

Color Harmonies of #48411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48411F

Black with #48411F

Text Example


Text Example

White with #48411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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