Html Css Color HEX #463801 Madras

📋 copy color: '#463801'

red 70 ◦ green 56 ◦ blue 1

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

Shades of Madras #463801

Tints of Madras #463801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.09%

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

R = 55.12%
G = 44.09%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#463801 (or 0x463801) is known color: Madras. HEX triplet: 46, 38 and 01. RGB value is (70,56,1). Sum of RGB (Red+Green+Blue) = 70+56+1=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #463801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463801 is #B9C7FE. Grayscale: #363636. Windows color (decimal): -12175359 or 79942. OLE color: 79942.

HSL color Cylindrical-coordinate representation of color #463801: hue angle of 47.83º 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 #463801 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 56 1 -
CMYK 0 0.20 0.99 0.73
HSL 47.83º 0.97% 0.14% -
HSV(B) 47.83º 0.99% 0.27% -
XYZ 3.95 4.13 0.62 -
YUV 53.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 70 56 1 0 0.20 0.99 0.73 47.83 0.97 0.14
Hex 46 38 1 0 14 63 49 30 61 E
Octal 106 70 1 0 24 143 111 60 141 16
Binary 1000110 111000 1 0 10100 1100011 1001001 110000 1100001 1110

Color Harmonies of #463801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463801

Black with #463801

Text Example


Text Example

White with #463801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463801; }

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

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

background-color css

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

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

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

border-color css

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

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

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