Html Css Color HEX #46391A Madras

📋 copy color: '#46391A'

red 70 ◦ green 57 ◦ blue 26

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

Shades of Madras #46391A

Tints of Madras #46391A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 45.75%
G = 37.25%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46391A (or 0x46391A) is known color: Madras. HEX triplet: 46, 39 and 1A. RGB value is (70,57,26). Sum of RGB (Red+Green+Blue) = 70+57+26=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46391A is #B9C6E5. Grayscale: #393939. Windows color (decimal): -12175078 or 1718598. OLE color: 1718598.

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

Color convert

RGB 70 57 26 -
CMYK 0 0.19 0.63 0.73
HSL 42.27º 0.46% 0.19% -
HSV(B) 42.27º 0.63% 0.27% -
XYZ 4.18 4.3 1.59 -
YUV 57.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 70 57 26 0 0.19 0.63 0.73 42.27 0.46 0.19
Hex 46 39 1A 0 13 3F 49 2A 2E 13
Octal 106 71 32 0 23 77 111 52 56 23
Binary 1000110 111001 11010 0 10011 111111 1001001 101010 101110 10011

Color Harmonies of #46391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46391A

Black with #46391A

Text Example


Text Example

White with #46391A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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