Html Css Color HEX #463A1E Madras

📋 copy color: '#463A1E'

red 70 ◦ green 58 ◦ blue 30

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

Shades of Madras #463A1E

Tints of Madras #463A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.71%

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 44.3%
G = 36.71%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#463A1E (or 0x463A1E) is known color: Madras. HEX triplet: 46, 3A and 1E. RGB value is (70,58,30). Sum of RGB (Red+Green+Blue) = 70+58+30=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #463A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A1E is #B9C5E1. Grayscale: #3A3A3A. Windows color (decimal): -12174818 or 1980998. OLE color: 1980998.

HSL color Cylindrical-coordinate representation of color #463A1E: hue angle of 42º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #463A1E is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 58 30 -
CMYK 0 0.17 0.57 0.73
HSL 42º 0.4% 0.2% -
HSV(B) 42º 0.57% 0.27% -
XYZ 4.27 4.42 1.86 -
YUV 58.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 70 58 30 0 0.17 0.57 0.73 42 0.4 0.2
Hex 46 3A 1E 0 11 39 49 2A 28 14
Octal 106 72 36 0 21 71 111 52 50 24
Binary 1000110 111010 11110 0 10001 111001 1001001 101010 101000 10100

Color Harmonies of #463A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A1E

Black with #463A1E

Text Example


Text Example

White with #463A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,58,30); }

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

background-color css

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

 a { background-color: rgb(70,58,30); }

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

border-color css

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

 span { border-color: rgb(70,58,30); }

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