Html Css Color HEX #46401F Madras

📋 copy color: '#46401F'

red 70 ◦ green 64 ◦ blue 31

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

Shades of Madras #46401F

Tints of Madras #46401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.79%

 BLUE value IS 31 (12.5% from 255) = 18.79%

R = 42.42%
G = 38.79%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46401F (or 0x46401F) is known color: Madras. HEX triplet: 46, 40 and 1F. RGB value is (70,64,31). Sum of RGB (Red+Green+Blue) = 70+64+31=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #46401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46401F is #B9BFE0. Grayscale: #3E3E3E. Windows color (decimal): -12173281 or 2048070. OLE color: 2048070.

HSL color Cylindrical-coordinate representation of color #46401F: hue angle of 50.77º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46401F is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 64 31 -
CMYK 0 0.09 0.56 0.73
HSL 50.77º 0.39% 0.2% -
HSV(B) 50.77º 0.56% 0.27% -
XYZ 4.61 5.07 2.03 -
YUV 62.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 70 64 31 0 0.09 0.56 0.73 50.77 0.39 0.2
Hex 46 40 1F 0 9 38 49 33 27 14
Octal 106 100 37 0 11 70 111 63 47 24
Binary 1000110 1000000 11111 0 1001 111000 1001001 110011 100111 10100

Color Harmonies of #46401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46401F

Black with #46401F

Text Example


Text Example

White with #46401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46401F; }

 p { color: rgb(70,64,31); }

 H1.HeaderClassName
 {
   color: #46401F;
 }
 .AnyTagClassName
 {
   color: #46401F;
 }
</style>

background-color css

<style>
 a { background-color: #46401F; }

 a { background-color: rgb(70,64,31); }

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

border-color css

<style>
 span { border-color: #46401F; }

 span { border-color: rgb(70,64,31); }

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