Html Css Color HEX #48440B Madras

📋 copy color: '#48440B'

red 72 ◦ green 68 ◦ blue 11

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

Shades of Madras #48440B

Tints of Madras #48440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.28%

R = 47.68%
G = 45.03%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48440B (or 0x48440B) is known color: Madras. HEX triplet: 48, 44 and 0B. RGB value is (72,68,11). Sum of RGB (Red+Green+Blue) = 72+68+11=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48440B is #B7BBF4. Grayscale: #3E3E3E. Windows color (decimal): -12041205 or 738376. OLE color: 738376.

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

Color convert

RGB 72 68 11 -
CMYK 0 0.06 0.85 0.72
HSL 56.07º 0.73% 0.16% -
HSV(B) 56.07º 0.85% 0.28% -
XYZ 4.8 5.54 1.13 -
YUV 62.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 72 68 11 0 0.06 0.85 0.72 56.07 0.73 0.16
Hex 48 44 B 0 6 55 48 38 49 10
Octal 110 104 13 0 6 125 110 70 111 20
Binary 1001000 1000100 1011 0 110 1010101 1001000 111000 1001001 10000

Color Harmonies of #48440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48440B

Black with #48440B

Text Example


Text Example

White with #48440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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