Html Css Color HEX #48431A Madras

📋 copy color: '#48431A'

red 72 ◦ green 67 ◦ blue 26

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

Shades of Madras #48431A

Tints of Madras #48431A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.76%

R = 43.64%
G = 40.61%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48431A (or 0x48431A) is known color: Madras. HEX triplet: 48, 43 and 1A. RGB value is (72,67,26). Sum of RGB (Red+Green+Blue) = 72+67+26=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48431A is #B7BCE5. Grayscale: #3F3F3F. Windows color (decimal): -12041446 or 1721160. OLE color: 1721160.

HSL color Cylindrical-coordinate representation of color #48431A: hue angle of 53.48º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48431A is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 67 26 -
CMYK 0 0.07 0.64 0.72
HSL 53.48º 0.47% 0.19% -
HSV(B) 53.48º 0.64% 0.28% -
XYZ 4.87 5.47 1.78 -
YUV 63.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 72 67 26 0 0.07 0.64 0.72 53.48 0.47 0.19
Hex 48 43 1A 0 7 40 48 35 2F 13
Octal 110 103 32 0 7 100 110 65 57 23
Binary 1001000 1000011 11010 0 111 1000000 1001000 110101 101111 10011

Color Harmonies of #48431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48431A

Black with #48431A

Text Example


Text Example

White with #48431A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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