Html Css Color HEX #463900 Madras

📋 copy color: '#463900'

red 70 ◦ green 57 ◦ blue 0

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

Shades of Madras #463900

Tints of Madras #463900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.88%

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

R = 55.12%
G = 44.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#463900 (or 0x463900) is known color: Madras. HEX triplet: 46, 39 and 00. RGB value is (70,57,0). Sum of RGB (Red+Green+Blue) = 70+57+0=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #463900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463900 is #B9C6FF. Grayscale: #363636. Windows color (decimal): -12175104 or 14662. OLE color: 14662.

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

Color convert

RGB 70 57 0 -
CMYK 0 0.19 1 0.73
HSL 48.86º 1% 0.14% -
HSV(B) 48.86º 1% 0.27% -
XYZ 3.99 4.23 0.61 -
YUV 54.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 70 57 0 0 0.19 1 0.73 48.86 1 0.14
Hex 46 39 0 0 13 64 49 31 64 E
Octal 106 71 0 0 23 144 111 61 144 16
Binary 1000110 111001 0 0 10011 1100100 1001001 110001 1100100 1110

Color Harmonies of #463900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463900

Black with #463900

Text Example


Text Example

White with #463900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463900; }

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

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

background-color css

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

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

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

border-color css

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

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

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