Html Css Color HEX #4D3A02 Madras

📋 copy color: '#4D3A02'

red 77 ◦ green 58 ◦ blue 2

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

Shades of Madras #4D3A02

Tints of Madras #4D3A02

RGB

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

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

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

R = 56.2%
G = 42.34%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#4D3A02 (or 0x4D3A02) is known color: Madras. HEX triplet: 4D, 3A and 02. RGB value is (77,58,2). Sum of RGB (Red+Green+Blue) = 77+58+2=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3A02 is #B2C5FD. Grayscale: #393939. Windows color (decimal): -11716094 or 145997. OLE color: 145997.

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

Color convert

RGB 77 58 2 -
CMYK 0 0.25 0.97 0.70
HSL 44.8º 0.95% 0.15% -
HSV(B) 44.8º 0.97% 0.3% -
XYZ 4.58 4.61 0.71 -
YUV 57.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 77 58 2 0 0.25 0.97 0.70 44.8 0.95 0.15
Hex 4D 3A 2 0 19 61 46 2D 5F F
Octal 115 72 2 0 31 141 106 55 137 17
Binary 1001101 111010 10 0 11001 1100001 1000110 101101 1011111 1111

Color Harmonies of #4D3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3A02

Black with #4D3A02

Text Example


Text Example

White with #4D3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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