Html Css Color HEX #48440D Madras

📋 copy color: '#48440D'

red 72 ◦ green 68 ◦ blue 13

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

Shades of Madras #48440D

Tints of Madras #48440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.5%

R = 47.06%
G = 44.44%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48440D (or 0x48440D) is known color: Madras. HEX triplet: 48, 44 and 0D. RGB value is (72,68,13). Sum of RGB (Red+Green+Blue) = 72+68+13=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48440D is #B7BBF2. Grayscale: #3F3F3F. Windows color (decimal): -12041203 or 869448. OLE color: 869448.

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

Color convert

RGB 72 68 13 -
CMYK 0 0.06 0.82 0.72
HSL 55.93º 0.69% 0.17% -
HSV(B) 55.93º 0.82% 0.28% -
XYZ 4.81 5.54 1.2 -
YUV 62.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 72 68 13 0 0.06 0.82 0.72 55.93 0.69 0.17
Hex 48 44 D 0 6 52 48 38 45 11
Octal 110 104 15 0 6 122 110 70 105 21
Binary 1001000 1000100 1101 0 110 1010010 1001000 111000 1000101 10001

Color Harmonies of #48440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48440D

Black with #48440D

Text Example


Text Example

White with #48440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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