Html Css Color HEX #4D3A04 Madras

📋 copy color: '#4D3A04'

red 77 ◦ green 58 ◦ blue 4

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

Shades of Madras #4D3A04

Tints of Madras #4D3A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.73%

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

R = 55.4%
G = 41.73%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4D3A04 (or 0x4D3A04) is known color: Madras. HEX triplet: 4D, 3A and 04. RGB value is (77,58,4). Sum of RGB (Red+Green+Blue) = 77+58+4=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3A04 is #B2C5FB. Grayscale: #393939. Windows color (decimal): -11716092 or 277069. OLE color: 277069.

HSL color Cylindrical-coordinate representation of color #4D3A04: hue angle of 44.38º 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 #4D3A04 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 58 4 -
CMYK 0 0.25 0.95 0.70
HSL 44.38º 0.9% 0.16% -
HSV(B) 44.38º 0.95% 0.3% -
XYZ 4.6 4.61 0.76 -
YUV 57.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 77 58 4 0 0.25 0.95 0.70 44.38 0.9 0.16
Hex 4D 3A 4 0 19 5F 46 2C 5A 10
Octal 115 72 4 0 31 137 106 54 132 20
Binary 1001101 111010 100 0 11001 1011111 1000110 101100 1011010 10000

Color Harmonies of #4D3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3A04

Black with #4D3A04

Text Example


Text Example

White with #4D3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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