Html Css Color HEX #48400F Madras

📋 copy color: '#48400F'

red 72 ◦ green 64 ◦ blue 15

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

Shades of Madras #48400F

Tints of Madras #48400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.38%

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

R = 47.68%
G = 42.38%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48400F (or 0x48400F) is known color: Madras. HEX triplet: 48, 40 and 0F. RGB value is (72,64,15). Sum of RGB (Red+Green+Blue) = 72+64+15=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48400F is #B7BFF0. Grayscale: #3D3D3D. Windows color (decimal): -12042225 or 999496. OLE color: 999496.

HSL color Cylindrical-coordinate representation of color #48400F: hue angle of 51.58º 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 #48400F is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 15 -
CMYK 0 0.11 0.79 0.72
HSL 51.58º 0.66% 0.17% -
HSV(B) 51.58º 0.79% 0.28% -
XYZ 4.59 5.08 1.19 -
YUV 60.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 72 64 15 0 0.11 0.79 0.72 51.58 0.66 0.17
Hex 48 40 F 0 B 4F 48 34 42 11
Octal 110 100 17 0 13 117 110 64 102 21
Binary 1001000 1000000 1111 0 1011 1001111 1001000 110100 1000010 10001

Color Harmonies of #48400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48400F

Black with #48400F

Text Example


Text Example

White with #48400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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