Html Css Color HEX #48411E Madras

📋 copy color: '#48411E'

red 72 ◦ green 65 ◦ blue 30

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

Shades of Madras #48411E

Tints of Madras #48411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.96%

R = 43.11%
G = 38.92%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48411E (or 0x48411E) is known color: Madras. HEX triplet: 48, 41 and 1E. RGB value is (72,65,30). Sum of RGB (Red+Green+Blue) = 72+65+30=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48411E is #B7BEE1. Grayscale: #3F3F3F. Windows color (decimal): -12041954 or 1982792. OLE color: 1982792.

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

Color convert

RGB 72 65 30 -
CMYK 0 0.10 0.58 0.72
HSL 50º 0.41% 0.2% -
HSV(B) 50º 0.58% 0.28% -
XYZ 4.8 5.25 1.99 -
YUV 63.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 72 65 30 0 0.10 0.58 0.72 50 0.41 0.2
Hex 48 41 1E 0 A 3A 48 32 29 14
Octal 110 101 36 0 12 72 110 62 51 24
Binary 1001000 1000001 11110 0 1010 111010 1001000 110010 101001 10100

Color Harmonies of #48411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48411E

Black with #48411E

Text Example


Text Example

White with #48411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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