Html Css Color HEX #463914 Madras

📋 copy color: '#463914'

red 70 ◦ green 57 ◦ blue 20

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

Shades of Madras #463914

Tints of Madras #463914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.61%

R = 47.62%
G = 38.78%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#463914 (or 0x463914) is known color: Madras. HEX triplet: 46, 39 and 14. RGB value is (70,57,20). Sum of RGB (Red+Green+Blue) = 70+57+20=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #463914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463914 is #B9C6EB. Grayscale: #383838. Windows color (decimal): -12175084 or 1325382. OLE color: 1325382.

HSL color Cylindrical-coordinate representation of color #463914: hue angle of 44.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463914 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 57 20 -
CMYK 0 0.19 0.71 0.73
HSL 44.4º 0.56% 0.18% -
HSV(B) 44.4º 0.71% 0.27% -
XYZ 4.12 4.28 1.27 -
YUV 56.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 70 57 20 0 0.19 0.71 0.73 44.4 0.56 0.18
Hex 46 39 14 0 13 47 49 2C 38 12
Octal 106 71 24 0 23 107 111 54 70 22
Binary 1000110 111001 10100 0 10011 1000111 1001001 101100 111000 10010

Color Harmonies of #463914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463914

Black with #463914

Text Example


Text Example

White with #463914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463914; }

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

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

background-color css

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

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

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

border-color css

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

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

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