Html Css Color HEX #48440F Madras

📋 copy color: '#48440F'

red 72 ◦ green 68 ◦ blue 15

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

Shades of Madras #48440F

Tints of Madras #48440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 46.45%
G = 43.87%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48440F (or 0x48440F) is known color: Madras. HEX triplet: 48, 44 and 0F. RGB value is (72,68,15). Sum of RGB (Red+Green+Blue) = 72+68+15=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48440F is #B7BBF0. Grayscale: #3F3F3F. Windows color (decimal): -12041201 or 1000520. OLE color: 1000520.

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

Color convert

RGB 72 68 15 -
CMYK 0 0.06 0.79 0.72
HSL 55.79º 0.66% 0.17% -
HSV(B) 55.79º 0.79% 0.28% -
XYZ 4.83 5.55 1.27 -
YUV 63.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 72 68 15 0 0.06 0.79 0.72 55.79 0.66 0.17
Hex 48 44 F 0 6 4F 48 38 42 11
Octal 110 104 17 0 6 117 110 70 102 21
Binary 1001000 1000100 1111 0 110 1001111 1001000 111000 1000010 10001

Color Harmonies of #48440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48440F

Black with #48440F

Text Example


Text Example

White with #48440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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