Html Css Color HEX #48421C Madras

📋 copy color: '#48421C'

red 72 ◦ green 66 ◦ blue 28

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

Shades of Madras #48421C

Tints of Madras #48421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.76%

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

R = 43.37%
G = 39.76%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48421C (or 0x48421C) is known color: Madras. HEX triplet: 48, 42 and 1C. RGB value is (72,66,28). Sum of RGB (Red+Green+Blue) = 72+66+28=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48421C is #B7BDE3. Grayscale: #3F3F3F. Windows color (decimal): -12041700 or 1851976. OLE color: 1851976.

HSL color Cylindrical-coordinate representation of color #48421C: hue angle of 51.82º 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 #48421C is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 28 -
CMYK 0 0.08 0.61 0.72
HSL 51.82º 0.44% 0.2% -
HSV(B) 51.82º 0.61% 0.28% -
XYZ 4.83 5.36 1.88 -
YUV 63.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 72 66 28 0 0.08 0.61 0.72 51.82 0.44 0.2
Hex 48 42 1C 0 8 3D 48 34 2C 14
Octal 110 102 34 0 10 75 110 64 54 24
Binary 1001000 1000010 11100 0 1000 111101 1001000 110100 101100 10100

Color Harmonies of #48421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48421C

Black with #48421C

Text Example


Text Example

White with #48421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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