Html Css Color HEX #46410E Madras

📋 copy color: '#46410E'

red 70 ◦ green 65 ◦ blue 14

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

Shades of Madras #46410E

Tints of Madras #46410E

RGB

 RED value IS 70 (27.73% from 255) = 46.98%

 GREEN value IS 65 (25.78% from 255) = 43.62%

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 46.98%
G = 43.62%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#46410E (or 0x46410E) is known color: Madras. HEX triplet: 46, 41 and 0E. RGB value is (70,65,14). Sum of RGB (Red+Green+Blue) = 70+65+14=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46410E is #B9BEF1. Grayscale: #3C3C3C. Windows color (decimal): -12173042 or 934214. OLE color: 934214.

HSL color Cylindrical-coordinate representation of color #46410E: hue angle of 54.64º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46410E is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 65 14 -
CMYK 0 0.07 0.80 0.73
HSL 54.64º 0.67% 0.16% -
HSV(B) 54.64º 0.8% 0.27% -
XYZ 4.5 5.11 1.17 -
YUV 60.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 70 65 14 0 0.07 0.80 0.73 54.64 0.67 0.16
Hex 46 41 E 0 7 50 49 37 43 10
Octal 106 101 16 0 7 120 111 67 103 20
Binary 1000110 1000001 1110 0 111 1010000 1001001 110111 1000011 10000

Color Harmonies of #46410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46410E

Black with #46410E

Text Example


Text Example

White with #46410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46410E; }

 p { color: rgb(70,65,14); }

 H1.HeaderClassName
 {
   color: #46410E;
 }
 .AnyTagClassName
 {
   color: #46410E;
 }
</style>

background-color css

<style>
 a { background-color: #46410E; }

 a { background-color: rgb(70,65,14); }

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

border-color css

<style>
 span { border-color: #46410E; }

 span { border-color: rgb(70,65,14); }

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