Html Css Color HEX #463E1D Madras

📋 copy color: '#463E1D'

red 70 ◦ green 62 ◦ blue 29

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

Shades of Madras #463E1D

Tints of Madras #463E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 43.48%
G = 38.51%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#463E1D (or 0x463E1D) is known color: Madras. HEX triplet: 46, 3E and 1D. RGB value is (70,62,29). Sum of RGB (Red+Green+Blue) = 70+62+29=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E1D is #B9C1E2. Grayscale: #3C3C3C. Windows color (decimal): -12173795 or 1916486. OLE color: 1916486.

HSL color Cylindrical-coordinate representation of color #463E1D: hue angle of 48.29º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #463E1D is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 62 29 -
CMYK 0 0.11 0.59 0.73
HSL 48.29º 0.41% 0.19% -
HSV(B) 48.29º 0.59% 0.27% -
XYZ 4.47 4.84 1.86 -
YUV 60.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 70 62 29 0 0.11 0.59 0.73 48.29 0.41 0.19
Hex 46 3E 1D 0 B 3B 49 30 29 13
Octal 106 76 35 0 13 73 111 60 51 23
Binary 1000110 111110 11101 0 1011 111011 1001001 110000 101001 10011

Color Harmonies of #463E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E1D

Black with #463E1D

Text Example


Text Example

White with #463E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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