Html Css Color HEX #4D3601 Madras

📋 copy color: '#4D3601'

red 77 ◦ green 54 ◦ blue 1

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

Shades of Madras #4D3601

Tints of Madras #4D3601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.91%

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 58.33%
G = 40.91%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4D3601 (or 0x4D3601) is known color: Madras. HEX triplet: 4D, 36 and 01. RGB value is (77,54,1). Sum of RGB (Red+Green+Blue) = 77+54+1=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3601 is #B2C9FE. Grayscale: #373737. Windows color (decimal): -11717119 or 79437. OLE color: 79437.

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

Color convert

RGB 77 54 1 -
CMYK 0 0.30 0.99 0.70
HSL 41.84º 0.97% 0.15% -
HSV(B) 41.84º 0.99% 0.3% -
XYZ 4.39 4.22 0.61 -
YUV 54.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 77 54 1 0 0.30 0.99 0.70 41.84 0.97 0.15
Hex 4D 36 1 0 1E 63 46 2A 61 F
Octal 115 66 1 0 36 143 106 52 141 17
Binary 1001101 110110 1 0 11110 1100011 1000110 101010 1100001 1111

Color Harmonies of #4D3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3601

Black with #4D3601

Text Example


Text Example

White with #4D3601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,54,1); }

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

background-color css

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

 a { background-color: rgb(77,54,1); }

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

border-color css

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

 span { border-color: rgb(77,54,1); }

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