Html Css Color HEX #48431D Madras

📋 copy color: '#48431D'

red 72 ◦ green 67 ◦ blue 29

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

Shades of Madras #48431D

Tints of Madras #48431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.88%

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

R = 42.86%
G = 39.88%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48431D (or 0x48431D) is known color: Madras. HEX triplet: 48, 43 and 1D. RGB value is (72,67,29). Sum of RGB (Red+Green+Blue) = 72+67+29=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48431D is #B7BCE2. Grayscale: #404040. Windows color (decimal): -12041443 or 1917768. OLE color: 1917768.

HSL color Cylindrical-coordinate representation of color #48431D: hue angle of 53.02º 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 #48431D is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 67 29 -
CMYK 0 0.07 0.60 0.72
HSL 53.02º 0.43% 0.2% -
HSV(B) 53.02º 0.6% 0.28% -
XYZ 4.9 5.48 1.96 -
YUV 64.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 72 67 29 0 0.07 0.60 0.72 53.02 0.43 0.2
Hex 48 43 1D 0 7 3C 48 35 2B 14
Octal 110 103 35 0 7 74 110 65 53 24
Binary 1001000 1000011 11101 0 111 111100 1001000 110101 101011 10100

Color Harmonies of #48431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48431D

Black with #48431D

Text Example


Text Example

White with #48431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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