Html Css Color HEX #4D450C Madras

📋 copy color: '#4D450C'

red 77 ◦ green 69 ◦ blue 12

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

Shades of Madras #4D450C

Tints of Madras #4D450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.67%

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 48.73%
G = 43.67%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4D450C (or 0x4D450C) is known color: Madras. HEX triplet: 4D, 45 and 0C. RGB value is (77,69,12). Sum of RGB (Red+Green+Blue) = 77+69+12=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D450C is #B2BAF3. Grayscale: #414141. Windows color (decimal): -11713268 or 804173. OLE color: 804173.

HSL color Cylindrical-coordinate representation of color #4D450C: hue angle of 52.62º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D450C is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 69 12 -
CMYK 0 0.10 0.84 0.70
HSL 52.62º 0.73% 0.17% -
HSV(B) 52.62º 0.84% 0.3% -
XYZ 5.26 5.86 1.2 -
YUV 64.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 77 69 12 0 0.10 0.84 0.70 52.62 0.73 0.17
Hex 4D 45 C 0 A 54 46 35 49 11
Octal 115 105 14 0 12 124 106 65 111 21
Binary 1001101 1000101 1100 0 1010 1010100 1000110 110101 1001001 10001

Color Harmonies of #4D450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D450C

Black with #4D450C

Text Example


Text Example

White with #4D450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,12); }

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

background-color css

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

 a { background-color: rgb(77,69,12); }

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

border-color css

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

 span { border-color: rgb(77,69,12); }

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