Html Css Color HEX #4E450C Madras

📋 copy color: '#4E450C'

red 78 ◦ green 69 ◦ blue 12

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

Shades of Madras #4E450C

Tints of Madras #4E450C

RGB

 RED value IS 78 (30.86% from 255) = 49.06%

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

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

R = 49.06%
G = 43.4%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4E450C (or 0x4E450C) is known color: Madras. HEX triplet: 4E, 45 and 0C. RGB value is (78,69,12). Sum of RGB (Red+Green+Blue) = 78+69+12=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E450C is #B1BAF3. Grayscale: #414141. Windows color (decimal): -11647732 or 804174. OLE color: 804174.

HSL color Cylindrical-coordinate representation of color #4E450C: hue angle of 51.82º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E450C is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 69 12 -
CMYK 0 0.12 0.85 0.69
HSL 51.82º 0.73% 0.18% -
HSV(B) 51.82º 0.85% 0.31% -
XYZ 5.34 5.9 1.21 -
YUV 65.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 78 69 12 0 0.12 0.85 0.69 51.82 0.73 0.18
Hex 4E 45 C 0 C 55 45 34 49 12
Octal 116 105 14 0 14 125 105 64 111 22
Binary 1001110 1000101 1100 0 1100 1010101 1000101 110100 1001001 10010

Color Harmonies of #4E450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E450C

Black with #4E450C

Text Example


Text Example

White with #4E450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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