Html Css Color HEX #46431A Madras

📋 copy color: '#46431A'

red 70 ◦ green 67 ◦ blue 26

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

Shades of Madras #46431A

Tints of Madras #46431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.1%

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

R = 42.94%
G = 41.1%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46431A (or 0x46431A) is known color: Madras. HEX triplet: 46, 43 and 1A. RGB value is (70,67,26). Sum of RGB (Red+Green+Blue) = 70+67+26=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #46431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46431A is #B9BCE5. Grayscale: #3F3F3F. Windows color (decimal): -12172518 or 1721158. OLE color: 1721158.

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

Color convert

RGB 70 67 26 -
CMYK 0 0.04 0.63 0.73
HSL 55.91º 0.46% 0.19% -
HSV(B) 55.91º 0.63% 0.27% -
XYZ 4.72 5.39 1.77 -
YUV 63.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 70 67 26 0 0.04 0.63 0.73 55.91 0.46 0.19
Hex 46 43 1A 0 4 3F 49 38 2E 13
Octal 106 103 32 0 4 77 111 70 56 23
Binary 1000110 1000011 11010 0 100 111111 1001001 111000 101110 10011

Color Harmonies of #46431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46431A

Black with #46431A

Text Example


Text Example

White with #46431A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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