Html Css Color HEX #48451C Madras

📋 copy color: '#48451C'

red 72 ◦ green 69 ◦ blue 28

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

Shades of Madras #48451C

Tints of Madras #48451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.83%

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

R = 42.6%
G = 40.83%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48451C (or 0x48451C) is known color: Madras. HEX triplet: 48, 45 and 1C. RGB value is (72,69,28). Sum of RGB (Red+Green+Blue) = 72+69+28=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48451C is #B7BAE3. Grayscale: #414141. Windows color (decimal): -12040932 or 1852744. OLE color: 1852744.

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

Color convert

RGB 72 69 28 -
CMYK 0 0.04 0.61 0.72
HSL 55.91º 0.44% 0.2% -
HSV(B) 55.91º 0.61% 0.28% -
XYZ 5.01 5.72 1.94 -
YUV 65.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 72 69 28 0 0.04 0.61 0.72 55.91 0.44 0.2
Hex 48 45 1C 0 4 3D 48 38 2C 14
Octal 110 105 34 0 4 75 110 70 54 24
Binary 1001000 1000101 11100 0 100 111101 1001000 111000 101100 10100

Color Harmonies of #48451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48451C

Black with #48451C

Text Example


Text Example

White with #48451C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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