Html Css Color HEX #48441D Madras

📋 copy color: '#48441D'

red 72 ◦ green 68 ◦ blue 29

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

Shades of Madras #48441D

Tints of Madras #48441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 42.6%
G = 40.24%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48441D (or 0x48441D) is known color: Madras. HEX triplet: 48, 44 and 1D. RGB value is (72,68,29). Sum of RGB (Red+Green+Blue) = 72+68+29=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48441D is #B7BBE2. Grayscale: #404040. Windows color (decimal): -12041187 or 1918024. OLE color: 1918024.

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

Color convert

RGB 72 68 29 -
CMYK 0 0.06 0.60 0.72
HSL 54.42º 0.43% 0.2% -
HSV(B) 54.42º 0.6% 0.28% -
XYZ 4.96 5.6 1.98 -
YUV 64.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 72 68 29 0 0.06 0.60 0.72 54.42 0.43 0.2
Hex 48 44 1D 0 6 3C 48 36 2B 14
Octal 110 104 35 0 6 74 110 66 53 24
Binary 1001000 1000100 11101 0 110 111100 1001000 110110 101011 10100

Color Harmonies of #48441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48441D

Black with #48441D

Text Example


Text Example

White with #48441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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