Html Css Color HEX #48450F Madras

📋 copy color: '#48450F'

red 72 ◦ green 69 ◦ blue 15

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

Shades of Madras #48450F

Tints of Madras #48450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.23%

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

R = 46.15%
G = 44.23%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48450F (or 0x48450F) is known color: Madras. HEX triplet: 48, 45 and 0F. RGB value is (72,69,15). Sum of RGB (Red+Green+Blue) = 72+69+15=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48450F is #B7BAF0. Grayscale: #3F3F3F. Windows color (decimal): -12040945 or 1000776. OLE color: 1000776.

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

Color convert

RGB 72 69 15 -
CMYK 0 0.04 0.79 0.72
HSL 56.84º 0.66% 0.17% -
HSV(B) 56.84º 0.79% 0.28% -
XYZ 4.89 5.67 1.29 -
YUV 63.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 72 69 15 0 0.04 0.79 0.72 56.84 0.66 0.17
Hex 48 45 F 0 4 4F 48 39 42 11
Octal 110 105 17 0 4 117 110 71 102 21
Binary 1001000 1000101 1111 0 100 1001111 1001000 111001 1000010 10001

Color Harmonies of #48450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48450F

Black with #48450F

Text Example


Text Example

White with #48450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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