Html Css Color HEX #4E430C Madras

📋 copy color: '#4E430C'

red 78 ◦ green 67 ◦ blue 12

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

Shades of Madras #4E430C

Tints of Madras #4E430C

RGB

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

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

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

R = 49.68%
G = 42.68%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4E430C (or 0x4E430C) is known color: Madras. HEX triplet: 4E, 43 and 0C. RGB value is (78,67,12). Sum of RGB (Red+Green+Blue) = 78+67+12=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E430C is #B1BCF3. Grayscale: #404040. Windows color (decimal): -11648244 or 803662. OLE color: 803662.

HSL color Cylindrical-coordinate representation of color #4E430C: hue angle of 50º 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 #4E430C is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 67 12 -
CMYK 0 0.14 0.85 0.69
HSL 50º 0.73% 0.18% -
HSV(B) 50º 0.85% 0.31% -
XYZ 5.22 5.66 1.17 -
YUV 64.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 78 67 12 0 0.14 0.85 0.69 50 0.73 0.18
Hex 4E 43 C 0 E 55 45 32 49 12
Octal 116 103 14 0 16 125 105 62 111 22
Binary 1001110 1000011 1100 0 1110 1010101 1000101 110010 1001001 10010

Color Harmonies of #4E430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E430C

Black with #4E430C

Text Example


Text Example

White with #4E430C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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