Html Css Color HEX #463E00 Madras

📋 copy color: '#463E00'

red 70 ◦ green 62 ◦ blue 0

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

Shades of Madras #463E00

Tints of Madras #463E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.03%
G = 46.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#463E00 (or 0x463E00) is known color: Madras. HEX triplet: 46, 3E and 00. RGB value is (70,62,0). Sum of RGB (Red+Green+Blue) = 70+62+0=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #463E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E00 is #B9C1FF. Grayscale: #393939. Windows color (decimal): -12173824 or 15942. OLE color: 15942.

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

Color convert

RGB 70 62 0 -
CMYK 0 0.11 1 0.73
HSL 53.14º 1% 0.14% -
HSV(B) 53.14º 1% 0.27% -
XYZ 4.25 4.75 0.69 -
YUV 57.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 70 62 0 0 0.11 1 0.73 53.14 1 0.14
Hex 46 3E 0 0 B 64 49 35 64 E
Octal 106 76 0 0 13 144 111 65 144 16
Binary 1000110 111110 0 0 1011 1100100 1001001 110101 1100100 1110

Color Harmonies of #463E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E00

Black with #463E00

Text Example


Text Example

White with #463E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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