Html Css Color HEX #4D480F Madras

📋 copy color: '#4D480F'

red 77 ◦ green 72 ◦ blue 15

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

Shades of Madras #4D480F

Tints of Madras #4D480F

RGB

 RED value IS 77 (30.47% from 255) = 46.95%

 GREEN value IS 72 (28.52% from 255) = 43.9%

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

R = 46.95%
G = 43.9%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D480F (or 0x4D480F) is known color: Madras. HEX triplet: 4D, 48 and 0F. RGB value is (77,72,15). Sum of RGB (Red+Green+Blue) = 77+72+15=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D480F is #B2B7F0. Grayscale: #434343. Windows color (decimal): -11712497 or 1001549. OLE color: 1001549.

HSL color Cylindrical-coordinate representation of color #4D480F: hue angle of 55.16º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D480F is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 72 15 -
CMYK 0 0.06 0.81 0.70
HSL 55.16º 0.67% 0.18% -
HSV(B) 55.16º 0.81% 0.3% -
XYZ 5.46 6.25 1.37 -
YUV 67 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 77 72 15 0 0.06 0.81 0.70 55.16 0.67 0.18
Hex 4D 48 F 0 6 51 46 37 43 12
Octal 115 110 17 0 6 121 106 67 103 22
Binary 1001101 1001000 1111 0 110 1010001 1000110 110111 1000011 10010

Color Harmonies of #4D480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D480F

Black with #4D480F

Text Example


Text Example

White with #4D480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D480F; }

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

 H1.HeaderClassName
 {
   color: #4D480F;
 }
 .AnyTagClassName
 {
   color: #4D480F;
 }
</style>

background-color css

<style>
 a { background-color: #4D480F; }

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

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

border-color css

<style>
 span { border-color: #4D480F; }

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

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