Html Css Color HEX #463705 Madras

📋 copy color: '#463705'

red 70 ◦ green 55 ◦ blue 5

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

Shades of Madras #463705

Tints of Madras #463705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.85%

R = 53.85%
G = 42.31%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#463705 (or 0x463705) is known color: Madras. HEX triplet: 46, 37 and 05. RGB value is (70,55,5). Sum of RGB (Red+Green+Blue) = 70+55+5=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #463705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463705 is #B9C8FA. Grayscale: #353535. Windows color (decimal): -12175611 or 341830. OLE color: 341830.

HSL color Cylindrical-coordinate representation of color #463705: hue angle of 46.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #463705 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 5 -
CMYK 0 0.21 0.93 0.73
HSL 46.15º 0.87% 0.15% -
HSV(B) 46.15º 0.93% 0.27% -
XYZ 3.92 4.05 0.72 -
YUV 53.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 70 55 5 0 0.21 0.93 0.73 46.15 0.87 0.15
Hex 46 37 5 0 15 5D 49 2E 57 F
Octal 106 67 5 0 25 135 111 56 127 17
Binary 1000110 110111 101 0 10101 1011101 1001001 101110 1010111 1111

Color Harmonies of #463705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463705

Black with #463705

Text Example


Text Example

White with #463705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463705; }

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

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

background-color css

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

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

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

border-color css

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

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

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