Html Css Color HEX #4D3C04 Madras

📋 copy color: '#4D3C04'

red 77 ◦ green 60 ◦ blue 4

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

Shades of Madras #4D3C04

Tints of Madras #4D3C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 42.55%

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

R = 54.61%
G = 42.55%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4D3C04 (or 0x4D3C04) is known color: Madras. HEX triplet: 4D, 3C and 04. RGB value is (77,60,4). Sum of RGB (Red+Green+Blue) = 77+60+4=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C04 is #B2C3FB. Grayscale: #3A3A3A. Windows color (decimal): -11715580 or 277581. OLE color: 277581.

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

Color convert

RGB 77 60 4 -
CMYK 0 0.22 0.95 0.70
HSL 46.03º 0.9% 0.16% -
HSV(B) 46.03º 0.95% 0.3% -
XYZ 4.7 4.82 0.8 -
YUV 58.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 77 60 4 0 0.22 0.95 0.70 46.03 0.9 0.16
Hex 4D 3C 4 0 16 5F 46 2E 5A 10
Octal 115 74 4 0 26 137 106 56 132 20
Binary 1001101 111100 100 0 10110 1011111 1000110 101110 1011010 10000

Color Harmonies of #4D3C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C04

Black with #4D3C04

Text Example


Text Example

White with #4D3C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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