Html Css Color HEX #4D3801 Madras

📋 copy color: '#4D3801'

red 77 ◦ green 56 ◦ blue 1

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

Shades of Madras #4D3801

Tints of Madras #4D3801

RGB

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

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

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

R = 57.46%
G = 41.79%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4D3801 (or 0x4D3801) is known color: Madras. HEX triplet: 4D, 38 and 01. RGB value is (77,56,1). Sum of RGB (Red+Green+Blue) = 77+56+1=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3801 is #B2C7FE. Grayscale: #383838. Windows color (decimal): -11716607 or 79949. OLE color: 79949.

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

Color convert

RGB 77 56 1 -
CMYK 0 0.27 0.99 0.70
HSL 43.42º 0.97% 0.15% -
HSV(B) 43.42º 0.99% 0.3% -
XYZ 4.48 4.41 0.64 -
YUV 56.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 77 56 1 0 0.27 0.99 0.70 43.42 0.97 0.15
Hex 4D 38 1 0 1B 63 46 2B 61 F
Octal 115 70 1 0 33 143 106 53 141 17
Binary 1001101 111000 1 0 11011 1100011 1000110 101011 1100001 1111

Color Harmonies of #4D3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3801

Black with #4D3801

Text Example


Text Example

White with #4D3801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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