Html Css Color HEX #46421D Madras

📋 copy color: '#46421D'

red 70 ◦ green 66 ◦ blue 29

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

Shades of Madras #46421D

Tints of Madras #46421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40%

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

R = 42.42%
G = 40%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46421D (or 0x46421D) is known color: Madras. HEX triplet: 46, 42 and 1D. RGB value is (70,66,29). Sum of RGB (Red+Green+Blue) = 70+66+29=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #46421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46421D is #B9BDE2. Grayscale: #3F3F3F. Windows color (decimal): -12172771 or 1917510. OLE color: 1917510.

HSL color Cylindrical-coordinate representation of color #46421D: hue angle of 54.15º 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 #46421D is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 29 -
CMYK 0 0.06 0.59 0.73
HSL 54.15º 0.41% 0.19% -
HSV(B) 54.15º 0.59% 0.27% -
XYZ 4.7 5.29 1.94 -
YUV 62.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 70 66 29 0 0.06 0.59 0.73 54.15 0.41 0.19
Hex 46 42 1D 0 6 3B 49 36 29 13
Octal 106 102 35 0 6 73 111 66 51 23
Binary 1000110 1000010 11101 0 110 111011 1001001 110110 101001 10011

Color Harmonies of #46421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46421D

Black with #46421D

Text Example


Text Example

White with #46421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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