Html Css Color HEX #48440E Madras

📋 copy color: '#48440E'

red 72 ◦ green 68 ◦ blue 14

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

Shades of Madras #48440E

Tints of Madras #48440E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.09%

R = 46.75%
G = 44.16%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48440E (or 0x48440E) is known color: Madras. HEX triplet: 48, 44 and 0E. RGB value is (72,68,14). Sum of RGB (Red+Green+Blue) = 72+68+14=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48440E is #B7BBF1. Grayscale: #3F3F3F. Windows color (decimal): -12041202 or 934984. OLE color: 934984.

HSL color Cylindrical-coordinate representation of color #48440E: hue angle of 55.86º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48440E is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 14 -
CMYK 0 0.06 0.81 0.72
HSL 55.86º 0.67% 0.17% -
HSV(B) 55.86º 0.81% 0.28% -
XYZ 4.82 5.54 1.23 -
YUV 63.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 72 68 14 0 0.06 0.81 0.72 55.86 0.67 0.17
Hex 48 44 E 0 6 51 48 38 43 11
Octal 110 104 16 0 6 121 110 70 103 21
Binary 1001000 1000100 1110 0 110 1010001 1001000 111000 1000011 10001

Color Harmonies of #48440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48440E

Black with #48440E

Text Example


Text Example

White with #48440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48440E; }

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

 H1.HeaderClassName
 {
   color: #48440E;
 }
 .AnyTagClassName
 {
   color: #48440E;
 }
</style>

background-color css

<style>
 a { background-color: #48440E; }

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

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

border-color css

<style>
 span { border-color: #48440E; }

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

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