Html Css Color HEX #463A1D Madras

📋 copy color: '#463A1D'

red 70 ◦ green 58 ◦ blue 29

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

Shades of Madras #463A1D

Tints of Madras #463A1D

RGB

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

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

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

R = 44.59%
G = 36.94%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#463A1D (or 0x463A1D) is known color: Madras. HEX triplet: 46, 3A and 1D. RGB value is (70,58,29). Sum of RGB (Red+Green+Blue) = 70+58+29=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A1D is #B9C5E2. Grayscale: #3A3A3A. Windows color (decimal): -12174819 or 1915462. OLE color: 1915462.

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

Color convert

RGB 70 58 29 -
CMYK 0 0.17 0.59 0.73
HSL 42.44º 0.41% 0.19% -
HSV(B) 42.44º 0.59% 0.27% -
XYZ 4.26 4.42 1.79 -
YUV 58.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 70 58 29 0 0.17 0.59 0.73 42.44 0.41 0.19
Hex 46 3A 1D 0 11 3B 49 2A 29 13
Octal 106 72 35 0 21 73 111 52 51 23
Binary 1000110 111010 11101 0 10001 111011 1001001 101010 101001 10011

Color Harmonies of #463A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A1D

Black with #463A1D

Text Example


Text Example

White with #463A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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