Html Css Color HEX #46411D Madras

📋 copy color: '#46411D'

red 70 ◦ green 65 ◦ blue 29

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

Shades of Madras #46411D

Tints of Madras #46411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 42.68%
G = 39.63%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46411D (or 0x46411D) is known color: Madras. HEX triplet: 46, 41 and 1D. RGB value is (70,65,29). Sum of RGB (Red+Green+Blue) = 70+65+29=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #46411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46411D is #B9BEE2. Grayscale: #3E3E3E. Windows color (decimal): -12173027 or 1917254. OLE color: 1917254.

HSL color Cylindrical-coordinate representation of color #46411D: hue angle of 52.68º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46411D is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 65 29 -
CMYK 0 0.07 0.59 0.73
HSL 52.68º 0.41% 0.19% -
HSV(B) 52.68º 0.59% 0.27% -
XYZ 4.64 5.17 1.92 -
YUV 62.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 70 65 29 0 0.07 0.59 0.73 52.68 0.41 0.19
Hex 46 41 1D 0 7 3B 49 35 29 13
Octal 106 101 35 0 7 73 111 65 51 23
Binary 1000110 1000001 11101 0 111 111011 1001001 110101 101001 10011

Color Harmonies of #46411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46411D

Black with #46411D

Text Example


Text Example

White with #46411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46411D; }

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

 H1.HeaderClassName
 {
   color: #46411D;
 }
 .AnyTagClassName
 {
   color: #46411D;
 }
</style>

background-color css

<style>
 a { background-color: #46411D; }

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

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

border-color css

<style>
 span { border-color: #46411D; }

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

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