Html Css Color HEX #4D3802 Madras

📋 copy color: '#4D3802'

red 77 ◦ green 56 ◦ blue 2

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

Shades of Madras #4D3802

Tints of Madras #4D3802

RGB

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

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

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

R = 57.04%
G = 41.48%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#4D3802 (or 0x4D3802) is known color: Madras. HEX triplet: 4D, 38 and 02. RGB value is (77,56,2). Sum of RGB (Red+Green+Blue) = 77+56+2=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3802 is #B2C7FD. Grayscale: #383838. Windows color (decimal): -11716606 or 145485. OLE color: 145485.

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

Color convert

RGB 77 56 2 -
CMYK 0 0.27 0.97 0.70
HSL 43.2º 0.95% 0.15% -
HSV(B) 43.2º 0.97% 0.3% -
XYZ 4.49 4.41 0.67 -
YUV 56.12 97.46 142.89 -
System Red Green Blue C M Y K H S L
Decimal 77 56 2 0 0.27 0.97 0.70 43.2 0.95 0.15
Hex 4D 38 2 0 1B 61 46 2B 5F F
Octal 115 70 2 0 33 141 106 53 137 17
Binary 1001101 111000 10 0 11011 1100001 1000110 101011 1011111 1111

Color Harmonies of #4D3802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3802

Black with #4D3802

Text Example


Text Example

White with #4D3802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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