Html Css Color HEX #46441A Madras

📋 copy color: '#46441A'

red 70 ◦ green 68 ◦ blue 26

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

Shades of Madras #46441A

Tints of Madras #46441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.46%

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

R = 42.68%
G = 41.46%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46441A (or 0x46441A) is known color: Madras. HEX triplet: 46, 44 and 1A. RGB value is (70,68,26). Sum of RGB (Red+Green+Blue) = 70+68+26=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #46441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46441A is #B9BBE5. Grayscale: #3F3F3F. Windows color (decimal): -12172262 or 1721414. OLE color: 1721414.

HSL color Cylindrical-coordinate representation of color #46441A: hue angle of 57.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 #46441A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 26 -
CMYK 0 0.03 0.63 0.73
HSL 57.27º 0.46% 0.19% -
HSV(B) 57.27º 0.63% 0.27% -
XYZ 4.78 5.51 1.79 -
YUV 63.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 70 68 26 0 0.03 0.63 0.73 57.27 0.46 0.19
Hex 46 44 1A 0 3 3F 49 39 2E 13
Octal 106 104 32 0 3 77 111 71 56 23
Binary 1000110 1000100 11010 0 11 111111 1001001 111001 101110 10011

Color Harmonies of #46441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46441A

Black with #46441A

Text Example


Text Example

White with #46441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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