Html Css Color HEX #463E1A Madras

📋 copy color: '#463E1A'

red 70 ◦ green 62 ◦ blue 26

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

Shades of Madras #463E1A

Tints of Madras #463E1A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.24%

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

R = 44.3%
G = 39.24%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#463E1A (or 0x463E1A) is known color: Madras. HEX triplet: 46, 3E and 1A. RGB value is (70,62,26). Sum of RGB (Red+Green+Blue) = 70+62+26=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #463E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E1A is #B9C1E5. Grayscale: #3C3C3C. Windows color (decimal): -12173798 or 1719878. OLE color: 1719878.

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

Color convert

RGB 70 62 26 -
CMYK 0 0.11 0.63 0.73
HSL 49.09º 0.46% 0.19% -
HSV(B) 49.09º 0.63% 0.27% -
XYZ 4.43 4.82 1.67 -
YUV 60.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 70 62 26 0 0.11 0.63 0.73 49.09 0.46 0.19
Hex 46 3E 1A 0 B 3F 49 31 2E 13
Octal 106 76 32 0 13 77 111 61 56 23
Binary 1000110 111110 11010 0 1011 111111 1001001 110001 101110 10011

Color Harmonies of #463E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E1A

Black with #463E1A

Text Example


Text Example

White with #463E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463E1A; }

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

 H1.HeaderClassName
 {
   color: #463E1A;
 }
 .AnyTagClassName
 {
   color: #463E1A;
 }
</style>

background-color css

<style>
 a { background-color: #463E1A; }

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

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

border-color css

<style>
 span { border-color: #463E1A; }

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

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