Html Css Color HEX #4D3D07 Madras

📋 copy color: '#4D3D07'

red 77 ◦ green 61 ◦ blue 7

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

Shades of Madras #4D3D07

Tints of Madras #4D3D07

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.07%

 BLUE value IS 7 (3.13% from 255) = 4.83%

R = 53.1%
G = 42.07%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.70

RGB Variations

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

Color information

#4D3D07 (or 0x4D3D07) is known color: Madras. HEX triplet: 4D, 3D and 07. RGB value is (77,61,7). Sum of RGB (Red+Green+Blue) = 77+61+7=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3D07 is #B2C2F8. Grayscale: #3B3B3B. Windows color (decimal): -11715321 or 474445. OLE color: 474445.

HSL color Cylindrical-coordinate representation of color #4D3D07: hue angle of 46.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D3D07 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 61 7 -
CMYK 0 0.21 0.91 0.70
HSL 46.29º 0.83% 0.16% -
HSV(B) 46.29º 0.91% 0.3% -
XYZ 4.77 4.93 0.9 -
YUV 59.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 77 61 7 0 0.21 0.91 0.70 46.29 0.83 0.16
Hex 4D 3D 7 0 15 5B 46 2E 53 10
Octal 115 75 7 0 25 133 106 56 123 20
Binary 1001101 111101 111 0 10101 1011011 1000110 101110 1010011 10000

Color Harmonies of #4D3D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3D07

Black with #4D3D07

Text Example


Text Example

White with #4D3D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,61,7); }

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

background-color css

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

 a { background-color: rgb(77,61,7); }

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

border-color css

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

 span { border-color: rgb(77,61,7); }

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