Html Css Color HEX #46411C Madras

📋 copy color: '#46411C'

red 70 ◦ green 65 ◦ blue 28

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

Shades of Madras #46411C

Tints of Madras #46411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 42.94%
G = 39.88%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46411C (or 0x46411C) is known color: Madras. HEX triplet: 46, 41 and 1C. RGB value is (70,65,28). Sum of RGB (Red+Green+Blue) = 70+65+28=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #46411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46411C is #B9BEE3. Grayscale: #3E3E3E. Windows color (decimal): -12173028 or 1851718. OLE color: 1851718.

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

Color convert

RGB 70 65 28 -
CMYK 0 0.07 0.60 0.73
HSL 52.86º 0.43% 0.19% -
HSV(B) 52.86º 0.6% 0.27% -
XYZ 4.63 5.17 1.85 -
YUV 62.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 70 65 28 0 0.07 0.60 0.73 52.86 0.43 0.19
Hex 46 41 1C 0 7 3C 49 35 2B 13
Octal 106 101 34 0 7 74 111 65 53 23
Binary 1000110 1000001 11100 0 111 111100 1001001 110101 101011 10011

Color Harmonies of #46411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46411C

Black with #46411C

Text Example


Text Example

White with #46411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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