Html Css Color HEX #48441C Madras

📋 copy color: '#48441C'

red 72 ◦ green 68 ◦ blue 28

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

Shades of Madras #48441C

Tints of Madras #48441C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.48%

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

R = 42.86%
G = 40.48%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48441C (or 0x48441C) is known color: Madras. HEX triplet: 48, 44 and 1C. RGB value is (72,68,28). Sum of RGB (Red+Green+Blue) = 72+68+28=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48441C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48441C is #B7BBE3. Grayscale: #404040. Windows color (decimal): -12041188 or 1852488. OLE color: 1852488.

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

Color convert

RGB 72 68 28 -
CMYK 0 0.06 0.61 0.72
HSL 54.55º 0.44% 0.2% -
HSV(B) 54.55º 0.61% 0.28% -
XYZ 4.95 5.6 1.92 -
YUV 64.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 72 68 28 0 0.06 0.61 0.72 54.55 0.44 0.2
Hex 48 44 1C 0 6 3D 48 37 2C 14
Octal 110 104 34 0 6 75 110 67 54 24
Binary 1001000 1000100 11100 0 110 111101 1001000 110111 101100 10100

Color Harmonies of #48441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48441C

Black with #48441C

Text Example


Text Example

White with #48441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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