Html Css Color HEX #463F1F Madras

📋 copy color: '#463F1F'

red 70 ◦ green 63 ◦ blue 31

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

Shades of Madras #463F1F

Tints of Madras #463F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 38.41%

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 42.68%
G = 38.41%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#463F1F (or 0x463F1F) is known color: Madras. HEX triplet: 46, 3F and 1F. RGB value is (70,63,31). Sum of RGB (Red+Green+Blue) = 70+63+31=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F1F is #B9C0E0. Grayscale: #3D3D3D. Windows color (decimal): -12173537 or 2047814. OLE color: 2047814.

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

Color convert

RGB 70 63 31 -
CMYK 0 0.10 0.56 0.73
HSL 49.23º 0.39% 0.2% -
HSV(B) 49.23º 0.56% 0.27% -
XYZ 4.55 4.96 2.01 -
YUV 61.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 70 63 31 0 0.10 0.56 0.73 49.23 0.39 0.2
Hex 46 3F 1F 0 A 38 49 31 27 14
Octal 106 77 37 0 12 70 111 61 47 24
Binary 1000110 111111 11111 0 1010 111000 1001001 110001 100111 10100

Color Harmonies of #463F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F1F

Black with #463F1F

Text Example


Text Example

White with #463F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,63,31); }

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

background-color css

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

 a { background-color: rgb(70,63,31); }

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

border-color css

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

 span { border-color: rgb(70,63,31); }

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