Html Css Color HEX #4D3807 Madras

📋 copy color: '#4D3807'

red 77 ◦ green 56 ◦ blue 7

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

Shades of Madras #4D3807

Tints of Madras #4D3807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40%

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

R = 55%
G = 40%
B = 5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.70

RGB Variations

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

Color information

#4D3807 (or 0x4D3807) is known color: Madras. HEX triplet: 4D, 38 and 07. RGB value is (77,56,7). Sum of RGB (Red+Green+Blue) = 77+56+7=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3807 is #B2C7F8. Grayscale: #383838. Windows color (decimal): -11716601 or 473165. OLE color: 473165.

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

Color convert

RGB 77 56 7 -
CMYK 0 0.27 0.91 0.70
HSL 42º 0.83% 0.16% -
HSV(B) 42º 0.91% 0.3% -
XYZ 4.51 4.42 0.82 -
YUV 56.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 77 56 7 0 0.27 0.91 0.70 42 0.83 0.16
Hex 4D 38 7 0 1B 5B 46 2A 53 10
Octal 115 70 7 0 33 133 106 52 123 20
Binary 1001101 111000 111 0 11011 1011011 1000110 101010 1010011 10000

Color Harmonies of #4D3807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3807

Black with #4D3807

Text Example


Text Example

White with #4D3807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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