Html Css Color HEX #463500 Madras

📋 copy color: '#463500'

red 70 ◦ green 53 ◦ blue 0

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

Shades of Madras #463500

Tints of Madras #463500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.09%

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

R = 56.91%
G = 43.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#463500 (or 0x463500) is known color: Madras. HEX triplet: 46, 35 and 00. RGB value is (70,53,0). Sum of RGB (Red+Green+Blue) = 70+53+0=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #463500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463500 is #B9CAFF. Grayscale: #343434. Windows color (decimal): -12176128 or 13638. OLE color: 13638.

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

Color convert

RGB 70 53 0 -
CMYK 0 0.24 1 0.73
HSL 45.43º 1% 0.14% -
HSV(B) 45.43º 1% 0.27% -
XYZ 3.8 3.85 0.54 -
YUV 52.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 70 53 0 0 0.24 1 0.73 45.43 1 0.14
Hex 46 35 0 0 18 64 49 2D 64 E
Octal 106 65 0 0 30 144 111 55 144 16
Binary 1000110 110101 0 0 11000 1100100 1001001 101101 1100100 1110

Color Harmonies of #463500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463500

Black with #463500

Text Example


Text Example

White with #463500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463500; }

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

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

background-color css

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

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

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

border-color css

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

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

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