Html Css Color HEX #463814 Madras

📋 copy color: '#463814'

red 70 ◦ green 56 ◦ blue 20

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

Shades of Madras #463814

Tints of Madras #463814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.36%

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

R = 47.95%
G = 38.36%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#463814 (or 0x463814) is known color: Madras. HEX triplet: 46, 38 and 14. RGB value is (70,56,20). Sum of RGB (Red+Green+Blue) = 70+56+20=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463814 is #B9C7EB. Grayscale: #383838. Windows color (decimal): -12175340 or 1325126. OLE color: 1325126.

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

Color convert

RGB 70 56 20 -
CMYK 0 0.20 0.71 0.73
HSL 43.2º 0.56% 0.18% -
HSV(B) 43.2º 0.71% 0.27% -
XYZ 4.07 4.18 1.25 -
YUV 56.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 70 56 20 0 0.20 0.71 0.73 43.2 0.56 0.18
Hex 46 38 14 0 14 47 49 2B 38 12
Octal 106 70 24 0 24 107 111 53 70 22
Binary 1000110 111000 10100 0 10100 1000111 1001001 101011 111000 10010

Color Harmonies of #463814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463814

Black with #463814

Text Example


Text Example

White with #463814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463814; }

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

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

background-color css

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

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

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

border-color css

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

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

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