Html Css Color HEX #46391B Madras

📋 copy color: '#46391B'

red 70 ◦ green 57 ◦ blue 27

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

Shades of Madras #46391B

Tints of Madras #46391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.01%

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 45.45%
G = 37.01%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#46391B (or 0x46391B) is known color: Madras. HEX triplet: 46, 39 and 1B. RGB value is (70,57,27). Sum of RGB (Red+Green+Blue) = 70+57+27=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46391B is #B9C6E4. Grayscale: #393939. Windows color (decimal): -12175077 or 1784134. OLE color: 1784134.

HSL color Cylindrical-coordinate representation of color #46391B: hue angle of 41.86º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46391B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 57 27 -
CMYK 0 0.19 0.61 0.73
HSL 41.86º 0.44% 0.19% -
HSV(B) 41.86º 0.61% 0.27% -
XYZ 4.19 4.31 1.65 -
YUV 57.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 70 57 27 0 0.19 0.61 0.73 41.86 0.44 0.19
Hex 46 39 1B 0 13 3D 49 2A 2C 13
Octal 106 71 33 0 23 75 111 52 54 23
Binary 1000110 111001 11011 0 10011 111101 1001001 101010 101100 10011

Color Harmonies of #46391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46391B

Black with #46391B

Text Example


Text Example

White with #46391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46391B; }

 p { color: rgb(70,57,27); }

 H1.HeaderClassName
 {
   color: #46391B;
 }
 .AnyTagClassName
 {
   color: #46391B;
 }
</style>

background-color css

<style>
 a { background-color: #46391B; }

 a { background-color: rgb(70,57,27); }

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

border-color css

<style>
 span { border-color: #46391B; }

 span { border-color: rgb(70,57,27); }

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