Html Css Color HEX #48411C Madras

📋 copy color: '#48411C'

red 72 ◦ green 65 ◦ blue 28

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

Shades of Madras #48411C

Tints of Madras #48411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.97%

R = 43.64%
G = 39.39%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48411C (or 0x48411C) is known color: Madras. HEX triplet: 48, 41 and 1C. RGB value is (72,65,28). Sum of RGB (Red+Green+Blue) = 72+65+28=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48411C is #B7BEE3. Grayscale: #3F3F3F. Windows color (decimal): -12041956 or 1851720. OLE color: 1851720.

HSL color Cylindrical-coordinate representation of color #48411C: hue angle of 50.45º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48411C is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 28 -
CMYK 0 0.10 0.61 0.72
HSL 50.45º 0.44% 0.2% -
HSV(B) 50.45º 0.61% 0.28% -
XYZ 4.77 5.24 1.86 -
YUV 62.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 72 65 28 0 0.10 0.61 0.72 50.45 0.44 0.2
Hex 48 41 1C 0 A 3D 48 32 2C 14
Octal 110 101 34 0 12 75 110 62 54 24
Binary 1001000 1000001 11100 0 1010 111101 1001000 110010 101100 10100

Color Harmonies of #48411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48411C

Black with #48411C

Text Example


Text Example

White with #48411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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