Html Css Color HEX #48401C Madras

📋 copy color: '#48401C'

red 72 ◦ green 64 ◦ blue 28

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

Shades of Madras #48401C

Tints of Madras #48401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

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

R = 43.9%
G = 39.02%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48401C (or 0x48401C) is known color: Madras. HEX triplet: 48, 40 and 1C. RGB value is (72,64,28). Sum of RGB (Red+Green+Blue) = 72+64+28=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #48401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48401C is #B7BFE3. Grayscale: #3E3E3E. Windows color (decimal): -12042212 or 1851464. OLE color: 1851464.

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

Color convert

RGB 72 64 28 -
CMYK 0 0.11 0.61 0.72
HSL 49.09º 0.44% 0.2% -
HSV(B) 49.09º 0.61% 0.28% -
XYZ 4.72 5.13 1.84 -
YUV 62.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 72 64 28 0 0.11 0.61 0.72 49.09 0.44 0.2
Hex 48 40 1C 0 B 3D 48 31 2C 14
Octal 110 100 34 0 13 75 110 61 54 24
Binary 1001000 1000000 11100 0 1011 111101 1001000 110001 101100 10100

Color Harmonies of #48401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48401C

Black with #48401C

Text Example


Text Example

White with #48401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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