Html Css Color HEX #4D3C02 Madras

📋 copy color: '#4D3C02'

red 77 ◦ green 60 ◦ blue 2

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

Shades of Madras #4D3C02

Tints of Madras #4D3C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.44%

R = 55.4%
G = 43.17%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#4D3C02 (or 0x4D3C02) is known color: Madras. HEX triplet: 4D, 3C and 02. RGB value is (77,60,2). Sum of RGB (Red+Green+Blue) = 77+60+2=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C02 is #B2C3FD. Grayscale: #3A3A3A. Windows color (decimal): -11715582 or 146509. OLE color: 146509.

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

Color convert

RGB 77 60 2 -
CMYK 0 0.22 0.97 0.70
HSL 46.4º 0.95% 0.15% -
HSV(B) 46.4º 0.97% 0.3% -
XYZ 4.69 4.81 0.74 -
YUV 58.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 77 60 2 0 0.22 0.97 0.70 46.4 0.95 0.15
Hex 4D 3C 2 0 16 61 46 2E 5F F
Octal 115 74 2 0 26 141 106 56 137 17
Binary 1001101 111100 10 0 10110 1100001 1000110 101110 1011111 1111

Color Harmonies of #4D3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C02

Black with #4D3C02

Text Example


Text Example

White with #4D3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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