Html Css Color HEX #463700 Madras

📋 copy color: '#463700'

red 70 ◦ green 55 ◦ blue 0

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

Shades of Madras #463700

Tints of Madras #463700

RGB

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

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

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

R = 56%
G = 44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#463700 (or 0x463700) is known color: Madras. HEX triplet: 46, 37 and 00. RGB value is (70,55,0). Sum of RGB (Red+Green+Blue) = 70+55+0=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #463700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463700 is #B9C8FF. Grayscale: #353535. Windows color (decimal): -12175616 or 14150. OLE color: 14150.

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

Color convert

RGB 70 55 0 -
CMYK 0 0.21 1 0.73
HSL 47.14º 1% 0.14% -
HSV(B) 47.14º 1% 0.27% -
XYZ 3.89 4.03 0.57 -
YUV 53.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 70 55 0 0 0.21 1 0.73 47.14 1 0.14
Hex 46 37 0 0 15 64 49 2F 64 E
Octal 106 67 0 0 25 144 111 57 144 16
Binary 1000110 110111 0 0 10101 1100100 1001001 101111 1100100 1110

Color Harmonies of #463700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463700

Black with #463700

Text Example


Text Example

White with #463700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463700; }

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

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

background-color css

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

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

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

border-color css

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

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

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