Html Css Color HEX #4D4316 Madras

📋 copy color: '#4D4316'

red 77 ◦ green 67 ◦ blue 22

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

Shades of Madras #4D4316

Tints of Madras #4D4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.36%

 BLUE value IS 22 (8.98% from 255) = 13.25%

R = 46.39%
G = 40.36%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4D4316 (or 0x4D4316) is known color: Madras. HEX triplet: 4D, 43 and 16. RGB value is (77,67,22). Sum of RGB (Red+Green+Blue) = 77+67+22=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4316 is #B2BCE9. Grayscale: #414141. Windows color (decimal): -11713770 or 1459021. OLE color: 1459021.

HSL color Cylindrical-coordinate representation of color #4D4316: hue angle of 49.09º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D4316 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 67 22 -
CMYK 0 0.13 0.71 0.70
HSL 49.09º 0.56% 0.19% -
HSV(B) 49.09º 0.71% 0.3% -
XYZ 5.21 5.65 1.57 -
YUV 64.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 77 67 22 0 0.13 0.71 0.70 49.09 0.56 0.19
Hex 4D 43 16 0 D 47 46 31 38 13
Octal 115 103 26 0 15 107 106 61 70 23
Binary 1001101 1000011 10110 0 1101 1000111 1000110 110001 111000 10011

Color Harmonies of #4D4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4316

Black with #4D4316

Text Example


Text Example

White with #4D4316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,67,22); }

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

background-color css

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

 a { background-color: rgb(77,67,22); }

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

border-color css

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

 span { border-color: rgb(77,67,22); }

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