Html Css Color HEX #48441B Madras

📋 copy color: '#48441B'

red 72 ◦ green 68 ◦ blue 27

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

Shades of Madras #48441B

Tints of Madras #48441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 43.11%
G = 40.72%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48441B (or 0x48441B) is known color: Madras. HEX triplet: 48, 44 and 1B. RGB value is (72,68,27). Sum of RGB (Red+Green+Blue) = 72+68+27=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48441B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48441B is #B7BBE4. Grayscale: #404040. Windows color (decimal): -12041189 or 1786952. OLE color: 1786952.

HSL color Cylindrical-coordinate representation of color #48441B: hue angle of 54.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48441B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 27 -
CMYK 0 0.06 0.62 0.72
HSL 54.67º 0.45% 0.19% -
HSV(B) 54.67º 0.63% 0.28% -
XYZ 4.94 5.59 1.86 -
YUV 64.52 106.83 133.33 -
System Red Green Blue C M Y K H S L
Decimal 72 68 27 0 0.06 0.62 0.72 54.67 0.45 0.19
Hex 48 44 1B 0 6 3E 48 37 2D 13
Octal 110 104 33 0 6 76 110 67 55 23
Binary 1001000 1000100 11011 0 110 111110 1001000 110111 101101 10011

Color Harmonies of #48441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48441B

Black with #48441B

Text Example


Text Example

White with #48441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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