Html Css Color HEX #4D3704 Madras

📋 copy color: '#4D3704'

red 77 ◦ green 55 ◦ blue 4

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

Shades of Madras #4D3704

Tints of Madras #4D3704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

 BLUE value IS 4 (1.95% from 255) = 2.94%

R = 56.62%
G = 40.44%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4D3704 (or 0x4D3704) is known color: Madras. HEX triplet: 4D, 37 and 04. RGB value is (77,55,4). Sum of RGB (Red+Green+Blue) = 77+55+4=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3704 is #B2C8FB. Grayscale: #373737. Windows color (decimal): -11716860 or 276301. OLE color: 276301.

HSL color Cylindrical-coordinate representation of color #4D3704: hue angle of 41.92º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D3704 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 55 4 -
CMYK 0 0.29 0.95 0.70
HSL 41.92º 0.9% 0.16% -
HSV(B) 41.92º 0.95% 0.3% -
XYZ 4.45 4.32 0.71 -
YUV 55.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 77 55 4 0 0.29 0.95 0.70 41.92 0.9 0.16
Hex 4D 37 4 0 1D 5F 46 2A 5A 10
Octal 115 67 4 0 35 137 106 52 132 20
Binary 1001101 110111 100 0 11101 1011111 1000110 101010 1011010 10000

Color Harmonies of #4D3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3704

Black with #4D3704

Text Example


Text Example

White with #4D3704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,55,4); }

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

background-color css

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

 a { background-color: rgb(77,55,4); }

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

border-color css

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

 span { border-color: rgb(77,55,4); }

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