Html Css Color HEX #463701 Madras

📋 copy color: '#463701'

red 70 ◦ green 55 ◦ blue 1

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

Shades of Madras #463701

Tints of Madras #463701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.65%

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 55.56%
G = 43.65%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#463701 (or 0x463701) is known color: Madras. HEX triplet: 46, 37 and 01. RGB value is (70,55,1). Sum of RGB (Red+Green+Blue) = 70+55+1=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #463701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463701 is #B9C8FE. Grayscale: #353535. Windows color (decimal): -12175615 or 79686. OLE color: 79686.

HSL color Cylindrical-coordinate representation of color #463701: hue angle of 46.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #463701 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 1 -
CMYK 0 0.21 0.99 0.73
HSL 46.96º 0.97% 0.14% -
HSV(B) 46.96º 0.99% 0.27% -
XYZ 3.9 4.04 0.6 -
YUV 53.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 70 55 1 0 0.21 0.99 0.73 46.96 0.97 0.14
Hex 46 37 1 0 15 63 49 2F 61 E
Octal 106 67 1 0 25 143 111 57 141 16
Binary 1000110 110111 1 0 10101 1100011 1001001 101111 1100001 1110

Color Harmonies of #463701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463701

Black with #463701

Text Example


Text Example

White with #463701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463701; }

 p { color: rgb(70,55,1); }

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

background-color css

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

 a { background-color: rgb(70,55,1); }

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

border-color css

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

 span { border-color: rgb(70,55,1); }

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